#5b6db8

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

Shades of Chetwode Blue #5B6DB8

Tints of Chetwode Blue #5B6DB8

Color information

#5B6DB8 (or 0x5B6DB8) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 6D and B8. RGB value is (91,109,184). Sum of RGB (Red+Green+Blue) = 91+109+184=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 184 (72.27% from 255 or 47.92% from 384); Max value from RGB is 184 - color contains mainly: blue. Hex color #5B6DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6DB8 is #A49247. Grayscale: #6F6F6F. Windows color (decimal): -10785352 or 12086619. OLE color: 12086619.

HSL color Cylindrical-coordinate representation of color #5B6DB8: hue angle of 228.39º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B6DB8 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB91109184-
CMYK0.510.4100.28
HSL228.39º39.57%53.92%-
HSV(B)228.39º50.54%72.16%-
XYZ18.4316.6247.58-
YUV112.17168.54112.9-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.70%
GREEN value IS 109 (42.97% from 255) = 28.39%
BLUE value IS 184 (72.27% from 255) = 47.92%
R=23.70%
G=28.39%
B=47.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal911091840.510.4100.28228.3939.5753.92
Hex5B6DB8332901Ce42836
Octal13315527063510343445066
Binary101101111011011011100011001110100101110011100100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b6db8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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