Html Css Color HEX #599CC5 Picton Blue

📋 copy color: '#599CC5'

red 89 ◦ green 156 ◦ blue 197

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

Shades of Picton Blue #599CC5

Tints of Picton Blue #599CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.57%

R = 20.14%
G = 35.29%
B = 44.57%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#599CC5 (or 0x599CC5) is known color: Picton Blue. HEX triplet: 59, 9C and C5. RGB value is (89,156,197). Sum of RGB (Red+Green+Blue) = 89+156+197=442 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.14% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 197 - color contains mainly: blue. Hex color #599CC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CC5 is #A6633A. Grayscale: #8C8C8C. Windows color (decimal): -10904379 or 12950617. OLE color: 12950617.

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

Color convert

RGB 89 156 197 -
CMYK 0.55 0.21 0 0.23
HSL 202.78º 0.48% 0.56% -
HSV(B) 202.78º 0.55% 0.77% -
XYZ 26.09 29.93 57.23 -
YUV 140.64 159.8 91.17 -
System Red Green Blue C M Y K H S L
Decimal 89 156 197 0.55 0.21 0 0.23 202.78 0.48 0.56
Hex 59 9C C5 37 15 0 17 CB 30 38
Octal 131 234 305 67 25 0 27 313 60 70
Binary 1011001 10011100 11000101 110111 10101 0 10111 11001011 110000 111000

Color Harmonies of #599CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599CC5

Black with #599CC5

Text Example


Text Example

White with #599CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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