#59A9CA

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

Shades of Picton Blue #59A9CA

Tints of Picton Blue #59A9CA

Color information

#59A9CA (or 0x59A9CA) is unknown color: approx Picton Blue. HEX triplet: 59, A9 and CA. RGB value is (89,169,202). Sum of RGB (Red+Green+Blue) = 89+169+202=460 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.35% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #59A9CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A9CA is #A65635. Grayscale: #949494. Windows color (decimal): -10901046 or 13281625. OLE color: 13281625.

HSL color Cylindrical-coordinate representation of color #59A9CA: hue angle of 197.52º 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 #59A9CA is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB89169202-
CMYK0.560.1600.21
HSL197.52º51.6%57.06%-
HSV(B)197.52º55.94%79.22%-
XYZ28.9734.7661.06-
YUV148.8415885.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.35%
GREEN value IS 169 (66.41% from 255) = 36.74%
BLUE value IS 202 (79.30% from 255) = 43.91%
R=19.35%
G=36.74%
B=43.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal891692020.560.1600.21197.5251.657.06
Hex59A9CA3810015c63439
Octal13125131270200253066471
Binary101100110101001110010101110001000001010111000110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59A9CA; }

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

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

<style>
 a { background-color: #59A9CA; }

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

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

<style>
 span { border-color: #59A9CA; }

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

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