Html Css Color HEX #5999DF Picton Blue

📋 copy color: '#5999DF'

red 89 ◦ green 153 ◦ blue 223

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

Shades of Picton Blue #5999DF

Tints of Picton Blue #5999DF

RGB

 RED value IS 89 (35.16% from 255) = 19.14%

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

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 19.14%
G = 32.9%
B = 47.96%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5999DF (or 0x5999DF) is known color: Picton Blue. HEX triplet: 59, 99 and DF. RGB value is (89,153,223). Sum of RGB (Red+Green+Blue) = 89+153+223=465 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.14% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #5999DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5999DF is #A66620. Grayscale: #8D8D8D. Windows color (decimal): -10905121 or 14653785. OLE color: 14653785.

HSL color Cylindrical-coordinate representation of color #5999DF: hue angle of 211.34º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5999DF is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 153 223 -
CMYK 0.60 0.31 0 0.13
HSL 211.34º 0.68% 0.61% -
HSV(B) 211.34º 0.6% 0.87% -
XYZ 28.83 30.23 74.13 -
YUV 141.84 173.8 90.31 -
System Red Green Blue C M Y K H S L
Decimal 89 153 223 0.60 0.31 0 0.13 211.34 0.68 0.61
Hex 59 99 DF 3C 1F 0 D D3 44 3D
Octal 131 231 337 74 37 0 15 323 104 75
Binary 1011001 10011001 11011111 111100 11111 0 1101 11010011 1000100 111101

Color Harmonies of #5999DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5999DF

Black with #5999DF

Text Example


Text Example

White with #5999DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5999DF; }

 p { color: rgb(89,153,223); }

 H1.HeaderClassName
 {
   color: #5999DF;
 }
 .AnyTagClassName
 {
   color: #5999DF;
 }
</style>

background-color css

<style>
 a { background-color: #5999DF; }

 a { background-color: rgb(89,153,223); }

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

border-color css

<style>
 span { border-color: #5999DF; }

 span { border-color: rgb(89,153,223); }

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