Html Css Color HEX #5591CF Picton Blue

📋 copy color: '#5591CF'

red 85 ◦ green 145 ◦ blue 207

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

Shades of Picton Blue #5591CF

Tints of Picton Blue #5591CF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.18%

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

R = 19.45%
G = 33.18%
B = 47.37%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5591CF (or 0x5591CF) is known color: Picton Blue. HEX triplet: 55, 91 and CF. RGB value is (85,145,207). Sum of RGB (Red+Green+Blue) = 85+145+207=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #5591CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5591CF is #AA6E30. Grayscale: #858585. Windows color (decimal): -11169329 or 13603157. OLE color: 13603157.

HSL color Cylindrical-coordinate representation of color #5591CF: hue angle of 210.49º 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 #5591CF is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 145 207 -
CMYK 0.59 0.30 0 0.19
HSL 210.49º 0.56% 0.57% -
HSV(B) 210.49º 0.59% 0.81% -
XYZ 25.13 26.69 62.86 -
YUV 134.13 169.12 92.96 -
System Red Green Blue C M Y K H S L
Decimal 85 145 207 0.59 0.30 0 0.19 210.49 0.56 0.57
Hex 55 91 CF 3B 1E 0 13 D2 38 39
Octal 125 221 317 73 36 0 23 322 70 71
Binary 1010101 10010001 11001111 111011 11110 0 10011 11010010 111000 111001

Color Harmonies of #5591CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5591CF

Black with #5591CF

Text Example


Text Example

White with #5591CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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