#5A66AB

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

Shades of Chetwode Blue #5A66AB

Tints of Chetwode Blue #5A66AB

Color information

#5A66AB (or 0x5A66AB) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 66 and AB. RGB value is (90,102,171). Sum of RGB (Red+Green+Blue) = 90+102+171=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A66AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A66AB is #A59954. Grayscale: #696969. Windows color (decimal): -10852693 or 11232858. OLE color: 11232858.

HSL color Cylindrical-coordinate representation of color #5A66AB: hue angle of 231.11º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A66AB is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB90102171-
CMYK0.470.4000.33
HSL231.11º32.53%51.18%-
HSV(B)231.11º47.37%67.06%-
XYZ16.3214.6240.49-
YUV106.28164.52116.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.79%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=24.79%
G=28.10%
B=47.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901021710.470.4000.33231.1132.5351.18
Hex5A66AB2F28021e72133
Octal13214625357500413474163
Binary1011010110011010101011101111101000010000111100111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A66AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,102,171); }

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

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

 a { background-color: rgb(90,102,171); }

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

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

 span { border-color: rgb(90,102,171); }

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