#599DC7

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

Shades of Picton Blue #599DC7

Tints of Picton Blue #599DC7

Color information

#599DC7 (or 0x599DC7) is unknown color: approx Picton Blue. HEX triplet: 59, 9D and C7. RGB value is (89,157,199). Sum of RGB (Red+Green+Blue) = 89+157+199=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 199 - color contains mainly: blue. Hex color #599DC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DC7 is #A66238. Grayscale: #8D8D8D. Windows color (decimal): -10904121 or 13081945. OLE color: 13081945.

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

Color convert

RGB89157199-
CMYK0.550.2100.22
HSL202.91º49.55%56.47%-
HSV(B)202.91º55.28%78.04%-
XYZ26.4930.3658.5-
YUV141.46160.4790.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20%
GREEN value IS 157 (61.72% from 255) = 35.28%
BLUE value IS 199 (78.12% from 255) = 44.72%
R=20%
G=35.28%
B=44.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal891571990.550.2100.22202.9149.5556.47
Hex599DC73715016cb3238
Octal13123530767250263136270
Binary101100110011101110001111101111010101011011001011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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