#599FC4

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

Shades of Picton Blue #599FC4

Tints of Picton Blue #599FC4

Color information

#599FC4 (or 0x599FC4) is unknown color: approx Picton Blue. HEX triplet: 59, 9F and C4. RGB value is (89,159,196). Sum of RGB (Red+Green+Blue) = 89+159+196=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 196 - color contains mainly: blue. Hex color #599FC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FC4 is #A6603B. Grayscale: #8E8E8E. Windows color (decimal): -10903612 or 12885849. OLE color: 12885849.

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

Color convert

RGB89159196-
CMYK0.550.1900.23
HSL200.75º47.56%55.88%-
HSV(B)200.75º54.59%76.86%-
XYZ26.4830.9156.79-
YUV142.29158.3189.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.05%
GREEN value IS 159 (62.5% from 255) = 35.81%
BLUE value IS 196 (76.95% from 255) = 44.14%
R=20.05%
G=35.81%
B=44.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal891591960.550.1900.23200.7547.5655.88
Hex599FC43713017c93038
Octal13123730467230273116070
Binary101100110011111110001001101111001101011111001001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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