#5AA3C9

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

Shades of Picton Blue #5AA3C9

Tints of Picton Blue #5AA3C9

Color information

#5AA3C9 (or 0x5AA3C9) is unknown color: approx Picton Blue. HEX triplet: 5A, A3 and C9. RGB value is (90,163,201). Sum of RGB (Red+Green+Blue) = 90+163+201=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #5AA3C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA3C9 is #A55C36. Grayscale: #919191. Windows color (decimal): -10837047 or 13214554. OLE color: 13214554.

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

Color convert

RGB90163201-
CMYK0.550.1900.21
HSL200.54º50.68%57.06%-
HSV(B)200.54º55.22%78.82%-
XYZ27.8632.5960.08-
YUV145.5159.3288.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.82%
GREEN value IS 163 (64.06% from 255) = 35.90%
BLUE value IS 201 (78.91% from 255) = 44.27%
R=19.82%
G=35.90%
B=44.27%

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
Decimal901632010.550.1900.21200.5450.6857.06
Hex5AA3C93713015c93339
Octal13224331167230253116371
Binary101101010100011110010011101111001101010111001001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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