Html Css Color HEX #599CDA Picton Blue

📋 copy color: '#599CDA'

red 89 ◦ green 156 ◦ blue 218

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

Shades of Picton Blue #599CDA

Tints of Picton Blue #599CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 19.22%
G = 33.69%
B = 47.08%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#599CDA (or 0x599CDA) is known color: Picton Blue. HEX triplet: 59, 9C and DA. RGB value is (89,156,218). Sum of RGB (Red+Green+Blue) = 89+156+218=463 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.22% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #599CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CDA is #A66325. Grayscale: #8E8E8E. Windows color (decimal): -10904358 or 14326873. OLE color: 14326873.

HSL color Cylindrical-coordinate representation of color #599CDA: hue angle of 208.84º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #599CDA is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 156 218 -
CMYK 0.59 0.28 0 0.15
HSL 208.84º 0.64% 0.6% -
HSV(B) 208.84º 0.59% 0.85% -
XYZ 28.66 30.96 70.8 -
YUV 143.04 170.3 89.46 -
System Red Green Blue C M Y K H S L
Decimal 89 156 218 0.59 0.28 0 0.15 208.84 0.64 0.6
Hex 59 9C DA 3B 1C 0 F D1 40 3C
Octal 131 234 332 73 34 0 17 321 100 74
Binary 1011001 10011100 11011010 111011 11100 0 1111 11010001 1000000 111100

Color Harmonies of #599CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599CDA

Black with #599CDA

Text Example


Text Example

White with #599CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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