#5B6DAE

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

Shades of Chetwode Blue #5B6DAE

Tints of Chetwode Blue #5B6DAE

Color information

#5B6DAE (or 0x5B6DAE) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 6D and AE. RGB value is (91,109,174). Sum of RGB (Red+Green+Blue) = 91+109+174=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B6DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6DAE is #A49251. Grayscale: #6E6E6E. Windows color (decimal): -10785362 or 11431259. OLE color: 11431259.

HSL color Cylindrical-coordinate representation of color #5B6DAE: hue angle of 226.99º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B6DAE is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB91109174-
CMYK0.480.3700.32
HSL226.99º33.88%51.96%-
HSV(B)226.99º47.7%68.24%-
XYZ17.4216.2242.26-
YUV111.03163.54113.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.33%
GREEN value IS 109 (42.97% from 255) = 29.14%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=24.33%
G=29.14%
B=46.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal911091740.480.3700.32226.9933.8851.96
Hex5B6DAE3025020e32234
Octal13315525660450403434264
Binary1011011110110110101110110000100101010000011100011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,109,174); }

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

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

 a { background-color: rgb(91,109,174); }

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

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

 span { border-color: rgb(91,109,174); }

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