#5B876C

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

Shades of Sirocco #5B876C

Tints of Sirocco #5B876C

Color information

#5B876C (or 0x5B876C) is unknown color: approx Sirocco. HEX triplet: 5B, 87 and 6C. RGB value is (91,135,108). Sum of RGB (Red+Green+Blue) = 91+135+108=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 135 - color contains mainly: green. Hex color #5B876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B876C is #A47893. Grayscale: #767676. Windows color (decimal): -10778772 or 7112539. OLE color: 7112539.

HSL color Cylindrical-coordinate representation of color #5B876C: hue angle of 143.18º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B876C is Cyan = 0.33, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB91135108-
CMYK0.3300.20.47
HSL143.18º19.47%44.31%-
HSV(B)143.18º32.59%52.94%-
XYZ15.6920.6317.34-
YUV118.77121.92108.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.25%
GREEN value IS 135 (53.12% from 255) = 40.42%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=27.25%
G=40.42%
B=32.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal911351080.3300.20.47143.1819.4744.31
Hex5B876C210142F8f132c
Octal13320715441024572172354
Binary10110111000011111011001000010101001011111000111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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