Html Css Color HEX #599BCD Picton Blue

📋 copy color: '#599BCD'

red 89 ◦ green 155 ◦ blue 205

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

Shades of Picton Blue #599BCD

Tints of Picton Blue #599BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.52%

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 19.82%
G = 34.52%
B = 45.66%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#599BCD (or 0x599BCD) is known color: Picton Blue. HEX triplet: 59, 9B and CD. RGB value is (89,155,205). Sum of RGB (Red+Green+Blue) = 89+155+205=449 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.82% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #599BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599BCD is #A66432. Grayscale: #8C8C8C. Windows color (decimal): -10904627 or 13474649. OLE color: 13474649.

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

Color convert

RGB 89 155 205 -
CMYK 0.57 0.24 0 0.20
HSL 205.86º 0.54% 0.58% -
HSV(B) 205.86º 0.57% 0.8% -
XYZ 26.86 29.97 62.13 -
YUV 140.97 164.13 90.93 -
System Red Green Blue C M Y K H S L
Decimal 89 155 205 0.57 0.24 0 0.20 205.86 0.54 0.58
Hex 59 9B CD 39 18 0 14 CE 36 3A
Octal 131 233 315 71 30 0 24 316 66 72
Binary 1011001 10011011 11001101 111001 11000 0 10100 11001110 110110 111010

Color Harmonies of #599BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599BCD

Black with #599BCD

Text Example


Text Example

White with #599BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,155,205); }

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

background-color css

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

 a { background-color: rgb(89,155,205); }

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

border-color css

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

 span { border-color: rgb(89,155,205); }

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