#5B6CB5

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

Shades of Chetwode Blue #5B6CB5

Tints of Chetwode Blue #5B6CB5

Color information

#5B6CB5 (or 0x5B6CB5) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 6C and B5. RGB value is (91,108,181). Sum of RGB (Red+Green+Blue) = 91+108+181=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 181 - color contains mainly: blue. Hex color #5B6CB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6CB5 is #A4934A. Grayscale: #6E6E6E. Windows color (decimal): -10785611 or 11889755. OLE color: 11889755.

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

Color convert

RGB91108181-
CMYK0.500.4000.29
HSL228.67º37.82%53.33%-
HSV(B)228.67º49.72%70.98%-
XYZ18.0216.2945.91-
YUV111.24167.37113.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.95%
GREEN value IS 108 (42.58% from 255) = 28.42%
BLUE value IS 181 (71.09% from 255) = 47.63%
R=23.95%
G=28.42%
B=47.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal911081810.500.4000.29228.6737.8253.33
Hex5B6CB5322801De52635
Octal13315426562500353454665
Binary101101111011001011010111001010100001110111100101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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