#599BCA

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

Shades of Picton Blue #599BCA

Tints of Picton Blue #599BCA

Color information

#599BCA (or 0x599BCA) is unknown color: approx Picton Blue. HEX triplet: 59, 9B and CA. RGB value is (89,155,202). Sum of RGB (Red+Green+Blue) = 89+155+202=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #599BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599BCA is #A66435. Grayscale: #8C8C8C. Windows color (decimal): -10904630 or 13278041. OLE color: 13278041.

HSL color Cylindrical-coordinate representation of color #599BCA: hue angle of 204.96º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #599BCA is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB89155202-
CMYK0.560.2300.21
HSL204.96º51.6%57.06%-
HSV(B)204.96º55.94%79.22%-
XYZ26.529.8360.24-
YUV140.62162.6391.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.96%
GREEN value IS 155 (60.94% from 255) = 34.75%
BLUE value IS 202 (79.30% from 255) = 45.29%
R=19.96%
G=34.75%
B=45.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal891552020.560.2300.21204.9651.657.06
Hex599BCA3817015cd3439
Octal13123331270270253156471
Binary101100110011011110010101110001011101010111001101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,155,202); }

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

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

 a { background-color: rgb(89,155,202); }

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

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

 span { border-color: rgb(89,155,202); }

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