#5B6CB1

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

Shades of Chetwode Blue #5B6CB1

Tints of Chetwode Blue #5B6CB1

Color information

#5B6CB1 (or 0x5B6CB1) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 6C and B1. RGB value is (91,108,177). Sum of RGB (Red+Green+Blue) = 91+108+177=376 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.20% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 177 - color contains mainly: blue. Hex color #5B6CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6CB1 is #A4934E. Grayscale: #6E6E6E. Windows color (decimal): -10785615 or 11627611. OLE color: 11627611.

HSL color Cylindrical-coordinate representation of color #5B6CB1: hue angle of 228.14º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B6CB1 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB91108177-
CMYK0.490.3900.31
HSL228.14º35.54%52.55%-
HSV(B)228.14º48.59%69.41%-
XYZ17.6116.1243.78-
YUV110.78165.37113.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.20%
GREEN value IS 108 (42.58% from 255) = 28.72%
BLUE value IS 177 (69.53% from 255) = 47.07%
R=24.20%
G=28.72%
B=47.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911081770.490.3900.31228.1435.5452.55
Hex5B6CB1312701Fe42435
Octal13315426161470373444465
Binary101101111011001011000111000110011101111111100100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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