#5A9EC5

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

Shades of Picton Blue #5A9EC5

Tints of Picton Blue #5A9EC5

Color information

#5A9EC5 (or 0x5A9EC5) is unknown color: approx Picton Blue. HEX triplet: 5A, 9E and C5. RGB value is (90,158,197). Sum of RGB (Red+Green+Blue) = 90+158+197=445 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.22% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 197 (77.34% from 255 or 44.27% from 445); Max value from RGB is 197 - color contains mainly: blue. Hex color #5A9EC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9EC5 is #A5613A. Grayscale: #8D8D8D. Windows color (decimal): -10838331 or 12951130. OLE color: 12951130.

HSL color Cylindrical-coordinate representation of color #5A9EC5: hue angle of 201.87º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A9EC5 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB90158197-
CMYK0.540.2000.23
HSL201.87º47.98%56.27%-
HSV(B)201.87º54.31%77.25%-
XYZ26.5230.6657.34-
YUV142.11158.9790.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.22%
GREEN value IS 158 (62.11% from 255) = 35.51%
BLUE value IS 197 (77.34% from 255) = 44.27%
R=20.22%
G=35.51%
B=44.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal901581970.540.2000.23201.8747.9856.27
Hex5A9EC53614017ca3038
Octal13223630566240273126070
Binary101101010011110110001011101101010001011111001010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,158,197); }

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

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

 a { background-color: rgb(90,158,197); }

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

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

 span { border-color: rgb(90,158,197); }

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