#5B6DB6

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

Shades of Chetwode Blue #5B6DB6

Tints of Chetwode Blue #5B6DB6

Color information

#5B6DB6 (or 0x5B6DB6) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 6D and B6. RGB value is (91,109,182). Sum of RGB (Red+Green+Blue) = 91+109+182=382 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.82% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 182 - color contains mainly: blue. Hex color #5B6DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6DB6 is #A49249. Grayscale: #6F6F6F. Windows color (decimal): -10785354 or 11955547. OLE color: 11955547.

HSL color Cylindrical-coordinate representation of color #5B6DB6: hue angle of 228.13º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B6DB6 is Cyan = 0.5, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB91109182-
CMYK0.50.4000.29
HSL228.13º38.4%53.53%-
HSV(B)228.13º50%71.37%-
XYZ18.2316.5446.49-
YUV111.94167.54113.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.82%
GREEN value IS 109 (42.97% from 255) = 28.53%
BLUE value IS 182 (71.48% from 255) = 47.64%
R=23.82%
G=28.53%
B=47.64%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal911091820.50.4000.29228.1338.453.53
Hex5B6DB6322801De42636
Octal13315526662500353444666
Binary101101111011011011011011001010100001110111100100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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