#5A9EE1

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

Shades of Picton Blue #5A9EE1

Tints of Picton Blue #5A9EE1

Color information

#5A9EE1 (or 0x5A9EE1) is unknown color: approx Picton Blue. HEX triplet: 5A, 9E and E1. RGB value is (90,158,225). Sum of RGB (Red+Green+Blue) = 90+158+225=473 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.03% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #5A9EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9EE1 is #A5611E. Grayscale: #909090. Windows color (decimal): -10838303 or 14786138. OLE color: 14786138.

HSL color Cylindrical-coordinate representation of color #5A9EE1: hue angle of 209.78º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A9EE1 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB90158225-
CMYK0.600.3000.12
HSL209.78º69.23%61.76%-
HSV(B)209.78º60%88.24%-
XYZ30.0332.0675.84-
YUV145.31172.9788.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.03%
GREEN value IS 158 (62.11% from 255) = 33.40%
BLUE value IS 225 (88.28% from 255) = 47.57%
R=19.03%
G=33.40%
B=47.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal901582250.600.3000.12209.7869.2361.76
Hex5A9EE13C1E0Cd2453e
Octal132236341743601432210576
Binary101101010011110111000011111001111001100110100101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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