Html Css Color HEX #599CCA Picton Blue

📋 copy color: '#599CCA'

red 89 ◦ green 156 ◦ blue 202

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

Shades of Picton Blue #599CCA

Tints of Picton Blue #599CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.19%

R = 19.91%
G = 34.9%
B = 45.19%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#599CCA (or 0x599CCA) is known color: Picton Blue. HEX triplet: 59, 9C and CA. RGB value is (89,156,202). Sum of RGB (Red+Green+Blue) = 89+156+202=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #599CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CCA is #A66335. Grayscale: #8C8C8C. Windows color (decimal): -10904374 or 13278297. OLE color: 13278297.

HSL color Cylindrical-coordinate representation of color #599CCA: hue angle of 204.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #599CCA is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 156 202 -
CMYK 0.56 0.23 0 0.21
HSL 204.42º 0.52% 0.57% -
HSV(B) 204.42º 0.56% 0.79% -
XYZ 26.67 30.17 60.29 -
YUV 141.21 162.3 90.76 -
System Red Green Blue C M Y K H S L
Decimal 89 156 202 0.56 0.23 0 0.21 204.42 0.52 0.57
Hex 59 9C CA 38 17 0 15 CC 34 39
Octal 131 234 312 70 27 0 25 314 64 71
Binary 1011001 10011100 11001010 111000 10111 0 10101 11001100 110100 111001

Color Harmonies of #599CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599CCA

Black with #599CCA

Text Example


Text Example

White with #599CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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