Html Css Color HEX #599ED6 Picton Blue

📋 copy color: '#599ED6'

red 89 ◦ green 158 ◦ blue 214

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

Shades of Picton Blue #599ED6

Tints of Picton Blue #599ED6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.27%

 BLUE value IS 214 (83.98% from 255) = 46.42%

R = 19.31%
G = 34.27%
B = 46.42%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#599ED6 (or 0x599ED6) is known color: Picton Blue. HEX triplet: 59, 9E and D6. RGB value is (89,158,214). Sum of RGB (Red+Green+Blue) = 89+158+214=461 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.31% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 214 - color contains mainly: blue. Hex color #599ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ED6 is #A66129. Grayscale: #8F8F8F. Windows color (decimal): -10903850 or 14065241. OLE color: 14065241.

HSL color Cylindrical-coordinate representation of color #599ED6: hue angle of 206.88º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #599ED6 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 158 214 -
CMYK 0.58 0.26 0 0.16
HSL 206.88º 0.6% 0.59% -
HSV(B) 206.88º 0.58% 0.84% -
XYZ 28.48 31.43 68.18 -
YUV 143.75 167.64 88.95 -
System Red Green Blue C M Y K H S L
Decimal 89 158 214 0.58 0.26 0 0.16 206.88 0.6 0.59
Hex 59 9E D6 3A 1A 0 10 CF 3C 3B
Octal 131 236 326 72 32 0 20 317 74 73
Binary 1011001 10011110 11010110 111010 11010 0 10000 11001111 111100 111011

Color Harmonies of #599ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599ED6

Black with #599ED6

Text Example


Text Example

White with #599ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,158,214); }

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

background-color css

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

 a { background-color: rgb(89,158,214); }

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

border-color css

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

 span { border-color: rgb(89,158,214); }

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