#599DD7

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

Shades of Picton Blue #599DD7

Tints of Picton Blue #599DD7

Color information

#599DD7 (or 0x599DD7) is unknown color: approx Picton Blue. HEX triplet: 59, 9D and D7. RGB value is (89,157,215). Sum of RGB (Red+Green+Blue) = 89+157+215=461 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.31% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 215 - color contains mainly: blue. Hex color #599DD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DD7 is #A66228. Grayscale: #8E8E8E. Windows color (decimal): -10904105 or 14130521. OLE color: 14130521.

HSL color Cylindrical-coordinate representation of color #599DD7: hue angle of 207.62º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #599DD7 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB89157215-
CMYK0.590.2700.16
HSL207.62º61.17%59.61%-
HSV(B)207.62º58.6%84.31%-
XYZ28.4431.1468.8-
YUV143.28168.4789.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.31%
GREEN value IS 157 (61.72% from 255) = 34.06%
BLUE value IS 215 (84.38% from 255) = 46.64%
R=19.31%
G=34.06%
B=46.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal891572150.590.2700.16207.6261.1759.61
Hex599DD73B1B010d03d3c
Octal13123532773330203207574
Binary101100110011101110101111110111101101000011010000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,157,215); }

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

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

 a { background-color: rgb(89,157,215); }

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

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

 span { border-color: rgb(89,157,215); }

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