Html Css Color HEX #599CDE Picton Blue

📋 copy color: '#599CDE'

red 89 ◦ green 156 ◦ blue 222

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

Shades of Picton Blue #599CDE

Tints of Picton Blue #599CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.4%

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 19.06%
G = 33.4%
B = 47.54%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#599CDE (or 0x599CDE) is known color: Picton Blue. HEX triplet: 59, 9C and DE. RGB value is (89,156,222). Sum of RGB (Red+Green+Blue) = 89+156+222=467 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.06% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #599CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CDE is #A66321. Grayscale: #8F8F8F. Windows color (decimal): -10904354 or 14589017. OLE color: 14589017.

HSL color Cylindrical-coordinate representation of color #599CDE: hue angle of 209.77º degrees, saturation: 0.67, 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 #599CDE is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 156 222 -
CMYK 0.60 0.30 0 0.13
HSL 209.77º 0.67% 0.61% -
HSV(B) 209.77º 0.6% 0.87% -
XYZ 29.19 31.17 73.59 -
YUV 143.49 172.3 89.13 -
System Red Green Blue C M Y K H S L
Decimal 89 156 222 0.60 0.30 0 0.13 209.77 0.67 0.61
Hex 59 9C DE 3C 1E 0 D D2 43 3D
Octal 131 234 336 74 36 0 15 322 103 75
Binary 1011001 10011100 11011110 111100 11110 0 1101 11010010 1000011 111101

Color Harmonies of #599CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599CDE

Black with #599CDE

Text Example


Text Example

White with #599CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599CDE; }

 p { color: rgb(89,156,222); }

 H1.HeaderClassName
 {
   color: #599CDE;
 }
 .AnyTagClassName
 {
   color: #599CDE;
 }
</style>

background-color css

<style>
 a { background-color: #599CDE; }

 a { background-color: rgb(89,156,222); }

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

border-color css

<style>
 span { border-color: #599CDE; }

 span { border-color: rgb(89,156,222); }

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