#5B8B6A

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

Shades of Sirocco #5B8B6A

Tints of Sirocco #5B8B6A

Color information

#5B8B6A (or 0x5B8B6A) is unknown color: approx Sirocco. HEX triplet: 5B, 8B and 6A. RGB value is (91,139,106). Sum of RGB (Red+Green+Blue) = 91+139+106=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #5B8B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8B6A is #A47495. Grayscale: #787878. Windows color (decimal): -10777750 or 6982491. OLE color: 6982491.

HSL color Cylindrical-coordinate representation of color #5B8B6A: hue angle of 138.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B8B6A is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB91139106-
CMYK0.3500.240.45
HSL138.75º20.87%45.1%-
HSV(B)138.75º34.53%54.51%-
XYZ16.1521.7316.98-
YUV120.89119.6106.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.08%
GREEN value IS 139 (54.69% from 255) = 41.37%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=27.08%
G=41.37%
B=31.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal911391060.3500.240.45138.7520.8745.1
Hex5B8B6A230182D8b152d
Octal13321315243030552132555
Binary10110111000101111010101000110110001011011000101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,139,106); }

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

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

 a { background-color: rgb(91,139,106); }

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

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

 span { border-color: rgb(91,139,106); }

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