#599CC4

Color #599CC4 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #599CC4

Tints of Picton Blue #599CC4

Color information

#599CC4 (or 0x599CC4) is unknown color: approx Picton Blue. HEX triplet: 59, 9C and C4. RGB value is (89,156,196). Sum of RGB (Red+Green+Blue) = 89+156+196=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 196 - color contains mainly: blue. Hex color #599CC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CC4 is #A6633B. Grayscale: #8C8C8C. Windows color (decimal): -10904380 or 12885081. OLE color: 12885081.

HSL color Cylindrical-coordinate representation of color #599CC4: hue angle of 202.43º 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 #599CC4 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB89156196-
CMYK0.550.2000.23
HSL202.43º47.56%55.88%-
HSV(B)202.43º54.59%76.86%-
XYZ25.9729.8956.62-
YUV140.53159.391.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.18%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 196 (76.95% from 255) = 44.44%
R=20.18%
G=35.37%
B=44.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal891561960.550.2000.23202.4347.5655.88
Hex599CC43714017ca3038
Octal13123430467240273126070
Binary101100110011100110001001101111010001011111001010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #599CC4;
 }
 .AnyTagClassName
 {
   color: #599CC4;
 }
</style>
background-color css

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

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

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

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

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

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