#5b6dce

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

Shades of Chetwode Blue #5B6DCE

Tints of Chetwode Blue #5B6DCE

Color information

#5B6DCE (or 0x5B6DCE) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 6D and CE. RGB value is (91,109,206). Sum of RGB (Red+Green+Blue) = 91+109+206=406 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.41% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B6DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6DCE is #A49231. Grayscale: #727272. Windows color (decimal): -10785330 or 13528411. OLE color: 13528411.

HSL color Cylindrical-coordinate representation of color #5B6DCE: hue angle of 230.61º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B6DCE is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB91109206-
CMYK0.560.4700.19
HSL230.61º53.99%58.24%-
HSV(B)230.61º55.83%80.78%-
XYZ20.9217.6260.69-
YUV114.68179.54111.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.41%
GREEN value IS 109 (42.97% from 255) = 26.85%
BLUE value IS 206 (80.86% from 255) = 50.74%
R=22.41%
G=26.85%
B=50.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal911092060.560.4700.19230.6153.9958.24
Hex5B6DCE382F013e7363a
Octal13315531670570233476672
Binary101101111011011100111011100010111101001111100111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b6dce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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