#5AA2C9

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

Shades of Picton Blue #5AA2C9

Tints of Picton Blue #5AA2C9

Color information

#5AA2C9 (or 0x5AA2C9) is unknown color: approx Picton Blue. HEX triplet: 5A, A2 and C9. RGB value is (90,162,201). Sum of RGB (Red+Green+Blue) = 90+162+201=453 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.87% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 201 - color contains mainly: blue. Hex color #5AA2C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA2C9 is #A55D36. Grayscale: #909090. Windows color (decimal): -10837303 or 13214298. OLE color: 13214298.

HSL color Cylindrical-coordinate representation of color #5AA2C9: hue angle of 201.08º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AA2C9 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB90162201-
CMYK0.550.1900.21
HSL201.08º50.68%57.06%-
HSV(B)201.08º55.22%78.82%-
XYZ27.6832.2360.02-
YUV144.92159.6588.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.87%
GREEN value IS 162 (63.67% from 255) = 35.76%
BLUE value IS 201 (78.91% from 255) = 44.37%
R=19.87%
G=35.76%
B=44.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal901622010.550.1900.21201.0850.6857.06
Hex5AA2C93713015c93339
Octal13224231167230253116371
Binary101101010100010110010011101111001101010111001001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AA2C9; }

 p { color: rgb(90,162,201); }

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

<style>
 a { background-color: #5AA2C9; }

 a { background-color: rgb(90,162,201); }

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

<style>
 span { border-color: #5AA2C9; }

 span { border-color: rgb(90,162,201); }

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