#5B67B2

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

Shades of Chetwode Blue #5B67B2

Tints of Chetwode Blue #5B67B2

Color information

#5B67B2 (or 0x5B67B2) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 67 and B2. RGB value is (91,103,178). Sum of RGB (Red+Green+Blue) = 91+103+178=372 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.46% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #5B67B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B67B2 is #A4984D. Grayscale: #6B6B6B. Windows color (decimal): -10786894 or 11691867. OLE color: 11691867.

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

Color convert

RGB91103178-
CMYK0.490.4200.30
HSL231.72º36.1%52.75%-
HSV(B)231.72º48.88%69.8%-
XYZ17.215.1444.14-
YUV107.96167.52115.9-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.46%
GREEN value IS 103 (40.62% from 255) = 27.69%
BLUE value IS 178 (69.92% from 255) = 47.85%
R=24.46%
G=27.69%
B=47.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal911031780.490.4200.30231.7236.152.75
Hex5B67B2312A01Ee82435
Octal13314726261520363504465
Binary101101111001111011001011000110101001111011101000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B67B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,103,178); }

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

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

 a { background-color: rgb(91,103,178); }

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

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

 span { border-color: rgb(91,103,178); }

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