#5AA6E4

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

Shades of Picton Blue #5AA6E4

Tints of Picton Blue #5AA6E4

Color information

#5AA6E4 (or 0x5AA6E4) is unknown color: approx Picton Blue. HEX triplet: 5A, A6 and E4. RGB value is (90,166,228). Sum of RGB (Red+Green+Blue) = 90+166+228=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 228 - color contains mainly: blue. Hex color #5AA6E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA6E4 is #A5591B. Grayscale: #969696. Windows color (decimal): -10836252 or 14984794. OLE color: 14984794.

HSL color Cylindrical-coordinate representation of color #5AA6E4: hue angle of 206.96º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AA6E4 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB90166228-
CMYK0.610.2700.11
HSL206.96º71.88%62.35%-
HSV(B)206.96º60.53%89.41%-
XYZ31.8635.0578.48-
YUV150.34171.8284.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.60%
GREEN value IS 166 (65.23% from 255) = 34.30%
BLUE value IS 228 (89.45% from 255) = 47.11%
R=18.60%
G=34.30%
B=47.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal901662280.610.2700.11206.9671.8862.35
Hex5AA6E43D1B0Bcf483e
Octal132246344753301331711076
Binary101101010100110111001001111011101101011110011111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,166,228); }

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

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

 a { background-color: rgb(90,166,228); }

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

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

 span { border-color: rgb(90,166,228); }

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