Html Css Color HEX #5594CF Picton Blue

📋 copy color: '#5594CF'

red 85 ◦ green 148 ◦ blue 207

#5594CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #5594CF

Tints of Picton Blue #5594CF

RGB

 RED value IS 85 (33.59% from 255) = 19.32%

 GREEN value IS 148 (58.2% from 255) = 33.64%

 BLUE value IS 207 (81.25% from 255) = 47.05%

R = 19.32%
G = 33.64%
B = 47.05%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5594CF (or 0x5594CF) is known color: Picton Blue. HEX triplet: 55, 94 and CF. RGB value is (85,148,207). Sum of RGB (Red+Green+Blue) = 85+148+207=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #5594CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5594CF is #AA6B30. Grayscale: #878787. Windows color (decimal): -11168561 or 13603925. OLE color: 13603925.

HSL color Cylindrical-coordinate representation of color #5594CF: hue angle of 209.02º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5594CF is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 148 207 -
CMYK 0.59 0.29 0 0.19
HSL 209.02º 0.56% 0.57% -
HSV(B) 209.02º 0.59% 0.81% -
XYZ 25.6 27.62 63.01 -
YUV 135.89 168.13 91.7 -
System Red Green Blue C M Y K H S L
Decimal 85 148 207 0.59 0.29 0 0.19 209.02 0.56 0.57
Hex 55 94 CF 3B 1D 0 13 D1 38 39
Octal 125 224 317 73 35 0 23 321 70 71
Binary 1010101 10010100 11001111 111011 11101 0 10011 11010001 111000 111001

Color Harmonies of #5594CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5594CF

Black with #5594CF

Text Example


Text Example

White with #5594CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5594CF; }

 p { color: rgb(85,148,207); }

 H1.HeaderClassName
 {
   color: #5594CF;
 }
 .AnyTagClassName
 {
   color: #5594CF;
 }
</style>

background-color css

<style>
 a { background-color: #5594CF; }

 a { background-color: rgb(85,148,207); }

 div.DivClassName
 {
   background-color: #5594CF;
 }
 .BgClassName
 {
   background-color: #5594CF;
 }
</style>

border-color css

<style>
 span { border-color: #5594CF; }

 span { border-color: rgb(85,148,207); }

 td.TdClassName
 {
   border-color: #5594CF;
 }
 .TagClassName
 {
   border-color: #5594CF;
 }
</style>