#5B7167

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

Shades of Sirocco #5B7167

Tints of Sirocco #5B7167

Color information

#5B7167 (or 0x5B7167) is unknown color: approx Sirocco. HEX triplet: 5B, 71 and 67. RGB value is (91,113,103). Sum of RGB (Red+Green+Blue) = 91+113+103=307 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.64% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 113 - color contains mainly: green. Hex color #5B7167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7167 is #A48E98. Grayscale: #696969. Windows color (decimal): -10784409 or 6779227. OLE color: 6779227.

HSL color Cylindrical-coordinate representation of color #5B7167: hue angle of 152.73º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B7167 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB91113103-
CMYK0.1900.090.56
HSL152.73º10.78%40%-
HSV(B)152.73º19.47%44.31%-
XYZ12.6715.0115.06-
YUV105.28126.71117.81-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.64%
GREEN value IS 113 (44.53% from 255) = 36.81%
BLUE value IS 103 (40.62% from 255) = 33.55%
R=29.64%
G=36.81%
B=33.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal911131030.1900.090.56152.7310.7840
Hex5B716713093899b28
Octal13316114723011702311350
Binary1011011111000111001111001101001111000100110011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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