#599FC7

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

Shades of Picton Blue #599FC7

Tints of Picton Blue #599FC7

Color information

#599FC7 (or 0x599FC7) is unknown color: approx Picton Blue. HEX triplet: 59, 9F and C7. RGB value is (89,159,199). Sum of RGB (Red+Green+Blue) = 89+159+199=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 199 - color contains mainly: blue. Hex color #599FC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FC7 is #A66038. Grayscale: #8E8E8E. Windows color (decimal): -10903609 or 13082457. OLE color: 13082457.

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

Color convert

RGB89159199-
CMYK0.550.2000.22
HSL201.82º49.55%56.47%-
HSV(B)201.82º55.28%78.04%-
XYZ26.8331.0458.61-
YUV142.63159.8189.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.91%
GREEN value IS 159 (62.5% from 255) = 35.57%
BLUE value IS 199 (78.12% from 255) = 44.52%
R=19.91%
G=35.57%
B=44.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal891591990.550.2000.22201.8249.5556.47
Hex599FC73714016ca3238
Octal13123730767240263126270
Binary101100110011111110001111101111010001011011001010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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