#5B66AB

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

Shades of Chetwode Blue #5B66AB

Tints of Chetwode Blue #5B66AB

Color information

#5B66AB (or 0x5B66AB) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 66 and AB. RGB value is (91,102,171). Sum of RGB (Red+Green+Blue) = 91+102+171=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B66AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B66AB is #A49954. Grayscale: #6A6A6A. Windows color (decimal): -10787157 or 11232859. OLE color: 11232859.

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

Color convert

RGB91102171-
CMYK0.470.4000.33
HSL231.75º32.26%51.37%-
HSV(B)231.75º46.78%67.06%-
XYZ16.4214.6740.49-
YUV106.58164.36116.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25%
GREEN value IS 102 (40.23% from 255) = 28.02%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=25%
G=28.02%
B=46.98%

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
Decimal911021710.470.4000.33231.7532.2651.37
Hex5B66AB2F28021e82033
Octal13314625357500413504063
Binary1011011110011010101011101111101000010000111101000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B66AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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