#5B6CBA

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

Shades of Chetwode Blue #5B6CBA

Tints of Chetwode Blue #5B6CBA

Color information

#5B6CBA (or 0x5B6CBA) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 6C and BA. RGB value is (91,108,186). Sum of RGB (Red+Green+Blue) = 91+108+186=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B6CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6CBA is #A49345. Grayscale: #6F6F6F. Windows color (decimal): -10785606 or 12217435. OLE color: 12217435.

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

Color convert

RGB91108186-
CMYK0.510.4200.27
HSL229.26º40.77%54.31%-
HSV(B)229.26º51.08%72.94%-
XYZ18.5416.4948.66-
YUV111.81169.87113.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.64%
GREEN value IS 108 (42.58% from 255) = 28.05%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=23.64%
G=28.05%
B=48.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911081860.510.4200.27229.2640.7754.31
Hex5B6CBA332A01Be52936
Octal13315427263520333455166
Binary101101111011001011101011001110101001101111100101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,108,186); }

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

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

 a { background-color: rgb(91,108,186); }

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

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

 span { border-color: rgb(91,108,186); }

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