#5AA6CD

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

Shades of Picton Blue #5AA6CD

Tints of Picton Blue #5AA6CD

Color information

#5AA6CD (or 0x5AA6CD) is unknown color: approx Picton Blue. HEX triplet: 5A, A6 and CD. RGB value is (90,166,205). Sum of RGB (Red+Green+Blue) = 90+166+205=461 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.52% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #5AA6CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA6CD is #A55932. Grayscale: #939393. Windows color (decimal): -10836275 or 13477466. OLE color: 13477466.

HSL color Cylindrical-coordinate representation of color #5AA6CD: hue angle of 200.35º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AA6CD is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB90166205-
CMYK0.560.1900.20
HSL200.35º53.49%57.84%-
HSV(B)200.35º56.1%80.39%-
XYZ28.8733.8562.77-
YUV147.72160.3286.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.52%
GREEN value IS 166 (65.23% from 255) = 36.01%
BLUE value IS 205 (80.47% from 255) = 44.47%
R=19.52%
G=36.01%
B=44.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal901662050.560.1900.20200.3553.4957.84
Hex5AA6CD3813014c8353a
Octal13224631570230243106572
Binary101101010100110110011011110001001101010011001000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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