#5A9ACA

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

Shades of Picton Blue #5A9ACA

Tints of Picton Blue #5A9ACA

Color information

#5A9ACA (or 0x5A9ACA) is unknown color: approx Picton Blue. HEX triplet: 5A, 9A and CA. RGB value is (90,154,202). Sum of RGB (Red+Green+Blue) = 90+154+202=446 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.18% from 446); Green value is 154 (60.55% from 255 or 34.53% 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 #5A9ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9ACA is #A56535. Grayscale: #8C8C8C. Windows color (decimal): -10839350 or 13277786. OLE color: 13277786.

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

Color convert

RGB90154202-
CMYK0.550.2400.21
HSL205.71º51.38%57.25%-
HSV(B)205.71º55.45%79.22%-
XYZ26.4329.5560.19-
YUV140.34162.892.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.18%
GREEN value IS 154 (60.55% from 255) = 34.53%
BLUE value IS 202 (79.30% from 255) = 45.29%
R=20.18%
G=34.53%
B=45.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal901542020.550.2400.21205.7151.3857.25
Hex5A9ACA3718015ce3339
Octal13223231267300253166371
Binary101101010011010110010101101111100001010111001110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,154,202); }

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

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

 a { background-color: rgb(90,154,202); }

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

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

 span { border-color: rgb(90,154,202); }

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