Html Css Color HEX #599FCE Picton Blue

📋 copy color: '#599FCE'

red 89 ◦ green 159 ◦ blue 206

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

Shades of Picton Blue #599FCE

Tints of Picton Blue #599FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.02%

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 19.6%
G = 35.02%
B = 45.37%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#599FCE (or 0x599FCE) is known color: Picton Blue. HEX triplet: 59, 9F and CE. RGB value is (89,159,206). Sum of RGB (Red+Green+Blue) = 89+159+206=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #599FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FCE is #A66031. Grayscale: #8F8F8F. Windows color (decimal): -10903602 or 13541209. OLE color: 13541209.

HSL color Cylindrical-coordinate representation of color #599FCE: hue angle of 204.1º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #599FCE is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 159 206 -
CMYK 0.57 0.23 0 0.19
HSL 204.1º 0.54% 0.58% -
HSV(B) 204.1º 0.57% 0.81% -
XYZ 27.66 31.38 62.99 -
YUV 143.43 163.31 89.18 -
System Red Green Blue C M Y K H S L
Decimal 89 159 206 0.57 0.23 0 0.19 204.1 0.54 0.58
Hex 59 9F CE 39 17 0 13 CC 36 3A
Octal 131 237 316 71 27 0 23 314 66 72
Binary 1011001 10011111 11001110 111001 10111 0 10011 11001100 110110 111010

Color Harmonies of #599FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599FCE

Black with #599FCE

Text Example


Text Example

White with #599FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,159,206); }

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

background-color css

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

 a { background-color: rgb(89,159,206); }

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

border-color css

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

 span { border-color: rgb(89,159,206); }

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