#5B6FBF

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

Shades of Chetwode Blue #5B6FBF

Tints of Chetwode Blue #5B6FBF

Color information

#5B6FBF (or 0x5B6FBF) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 6F and BF. RGB value is (91,111,191). Sum of RGB (Red+Green+Blue) = 91+111+191=393 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.16% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B6FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6FBF is #A49040. Grayscale: #717171. Windows color (decimal): -10784833 or 12545883. OLE color: 12545883.

HSL color Cylindrical-coordinate representation of color #5B6FBF: hue angle of 228º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B6FBF is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB91111191-
CMYK0.520.4200.25
HSL228º43.86%55.29%-
HSV(B)228º52.36%74.9%-
XYZ19.417.3551.62-
YUV114.14171.37111.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.16%
GREEN value IS 111 (43.75% from 255) = 28.24%
BLUE value IS 191 (75% from 255) = 48.60%
R=23.16%
G=28.24%
B=48.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911111910.520.4200.2522843.8655.29
Hex5B6FBF342A019e42c37
Octal13315727764520313445467
Binary101101111011111011111111010010101001100111100100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,111,191); }

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

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

 a { background-color: rgb(91,111,191); }

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

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

 span { border-color: rgb(91,111,191); }

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