#5A6BAB

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

Shades of Chetwode Blue #5A6BAB

Tints of Chetwode Blue #5A6BAB

Color information

#5A6BAB (or 0x5A6BAB) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 6B and AB. RGB value is (90,107,171). Sum of RGB (Red+Green+Blue) = 90+107+171=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A6BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6BAB is #A59454. Grayscale: #6C6C6C. Windows color (decimal): -10851413 or 11234138. OLE color: 11234138.

HSL color Cylindrical-coordinate representation of color #5A6BAB: hue angle of 227.41º 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 #5A6BAB is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB90107171-
CMYK0.470.3700.33
HSL227.41º32.53%51.18%-
HSV(B)227.41º47.37%67.06%-
XYZ16.8215.6340.66-
YUV109.21162.87114.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.46%
GREEN value IS 107 (42.19% from 255) = 29.08%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=24.46%
G=29.08%
B=46.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901071710.470.3700.33227.4132.5351.18
Hex5A6BAB2F25021e32133
Octal13215325357450413434163
Binary1011010110101110101011101111100101010000111100011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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