#599FE2

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

Shades of Picton Blue #599FE2

Tints of Picton Blue #599FE2

Color information

#599FE2 (or 0x599FE2) is unknown color: approx Picton Blue. HEX triplet: 59, 9F and E2. RGB value is (89,159,226). Sum of RGB (Red+Green+Blue) = 89+159+226=474 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.78% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 226 - color contains mainly: blue. Hex color #599FE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FE2 is #A6601D. Grayscale: #919191. Windows color (decimal): -10903582 or 14851929. OLE color: 14851929.

HSL color Cylindrical-coordinate representation of color #599FE2: hue angle of 209.34º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #599FE2 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB89159226-
CMYK0.610.3000.11
HSL209.34º70.26%61.76%-
HSV(B)209.34º60.62%88.63%-
XYZ30.2532.4176.61-
YUV145.71173.3187.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.78%
GREEN value IS 159 (62.5% from 255) = 33.54%
BLUE value IS 226 (88.67% from 255) = 47.68%
R=18.78%
G=33.54%
B=47.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal891592260.610.3000.11209.3470.2661.76
Hex599FE23D1E0Bd1463e
Octal131237342753601332110676
Binary101100110011111111000101111011111001011110100011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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