Html Css Color HEX #5599C7 Picton Blue

📋 copy color: '#5599C7'

red 85 ◦ green 153 ◦ blue 199

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

Shades of Picton Blue #5599C7

Tints of Picton Blue #5599C7

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.01%

 BLUE value IS 199 (78.13% from 255) = 45.54%

R = 19.45%
G = 35.01%
B = 45.54%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5599C7 (or 0x5599C7) is known color: Picton Blue. HEX triplet: 55, 99 and C7. RGB value is (85,153,199). Sum of RGB (Red+Green+Blue) = 85+153+199=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 199 - color contains mainly: blue. Hex color #5599C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5599C7 is #AA6638. Grayscale: #898989. Windows color (decimal): -11167289 or 13080917. OLE color: 13080917.

HSL color Cylindrical-coordinate representation of color #5599C7: hue angle of 204.21º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5599C7 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 153 199 -
CMYK 0.57 0.23 0 0.22
HSL 204.21º 0.5% 0.56% -
HSV(B) 204.21º 0.57% 0.78% -
XYZ 25.45 28.84 58.26 -
YUV 137.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 85 153 199 0.57 0.23 0 0.22 204.21 0.5 0.56
Hex 55 99 C7 39 17 0 16 CC 32 38
Octal 125 231 307 71 27 0 26 314 62 70
Binary 1010101 10011001 11000111 111001 10111 0 10110 11001100 110010 111000

Color Harmonies of #5599C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5599C7

Black with #5599C7

Text Example


Text Example

White with #5599C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5599C7; }

 p { color: rgb(85,153,199); }

 H1.HeaderClassName
 {
   color: #5599C7;
 }
 .AnyTagClassName
 {
   color: #5599C7;
 }
</style>

background-color css

<style>
 a { background-color: #5599C7; }

 a { background-color: rgb(85,153,199); }

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

border-color css

<style>
 span { border-color: #5599C7; }

 span { border-color: rgb(85,153,199); }

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