#5B8668

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

Shades of Sirocco #5B8668

Tints of Sirocco #5B8668

Color information

#5B8668 (or 0x5B8668) is unknown color: approx Sirocco. HEX triplet: 5B, 86 and 68. RGB value is (91,134,104). Sum of RGB (Red+Green+Blue) = 91+134+104=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #5B8668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8668 is #A47997. Grayscale: #757575. Windows color (decimal): -10779032 or 6850139. OLE color: 6850139.

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

Color convert

RGB91134104-
CMYK0.3200.220.47
HSL138.14º19.11%44.12%-
HSV(B)138.14º32.09%52.55%-
XYZ15.3420.2716.2-
YUV117.72120.25108.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.66%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=27.66%
G=40.73%
B=31.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal911341040.3200.220.47138.1419.1144.12
Hex5B8668200162F8a132c
Octal13320615040026572122354
Binary10110111000011011010001000000101101011111000101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,134,104); }

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

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

 a { background-color: rgb(91,134,104); }

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

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

 span { border-color: rgb(91,134,104); }

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