Html Css Color HEX #599BC8 Picton Blue

📋 copy color: '#599BC8'

red 89 ◦ green 155 ◦ blue 200

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

Shades of Picton Blue #599BC8

Tints of Picton Blue #599BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.05%

R = 20.05%
G = 34.91%
B = 45.05%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#599BC8 (or 0x599BC8) is known color: Picton Blue. HEX triplet: 59, 9B and C8. RGB value is (89,155,200). Sum of RGB (Red+Green+Blue) = 89+155+200=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #599BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599BC8 is #A66437. Grayscale: #8C8C8C. Windows color (decimal): -10904632 or 13146969. OLE color: 13146969.

HSL color Cylindrical-coordinate representation of color #599BC8: hue angle of 204.32º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #599BC8 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 89 155 200 -
CMYK 0.56 0.22 0 0.22
HSL 204.32º 0.5% 0.57% -
HSV(B) 204.32º 0.56% 0.78% -
XYZ 26.27 29.74 59 -
YUV 140.4 161.63 91.34 -
System Red Green Blue C M Y K H S L
Decimal 89 155 200 0.56 0.22 0 0.22 204.32 0.5 0.57
Hex 59 9B C8 38 16 0 16 CC 32 39
Octal 131 233 310 70 26 0 26 314 62 71
Binary 1011001 10011011 11001000 111000 10110 0 10110 11001100 110010 111001

Color Harmonies of #599BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599BC8

Black with #599BC8

Text Example


Text Example

White with #599BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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