Html Css Color HEX #599CC6 Picton Blue

📋 copy color: '#599CC6'

red 89 ◦ green 156 ◦ blue 198

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

Shades of Picton Blue #599CC6

Tints of Picton Blue #599CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.7%

R = 20.09%
G = 35.21%
B = 44.7%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#599CC6 (or 0x599CC6) is known color: Picton Blue. HEX triplet: 59, 9C and C6. RGB value is (89,156,198). Sum of RGB (Red+Green+Blue) = 89+156+198=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 198 - color contains mainly: blue. Hex color #599CC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CC6 is #A66339. Grayscale: #8C8C8C. Windows color (decimal): -10904378 or 13016153. OLE color: 13016153.

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

Color convert

RGB 89 156 198 -
CMYK 0.55 0.21 0 0.22
HSL 203.12º 0.49% 0.56% -
HSV(B) 203.12º 0.55% 0.78% -
XYZ 26.2 29.98 57.83 -
YUV 140.76 160.3 91.08 -
System Red Green Blue C M Y K H S L
Decimal 89 156 198 0.55 0.21 0 0.22 203.12 0.49 0.56
Hex 59 9C C6 37 15 0 16 CB 31 38
Octal 131 234 306 67 25 0 26 313 61 70
Binary 1011001 10011100 11000110 110111 10101 0 10110 11001011 110001 111000

Color Harmonies of #599CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599CC6

Black with #599CC6

Text Example


Text Example

White with #599CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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