Html Css Color HEX #5D856D Sirocco

📋 copy color: '#5D856D'

red 93 ◦ green 133 ◦ blue 109

#5D856D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sirocco #5D856D

Tints of Sirocco #5D856D

RGB

 RED value IS 93 (36.72% from 255) = 27.76%

 GREEN value IS 133 (52.34% from 255) = 39.7%

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 27.76%
G = 39.7%
B = 32.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#5D856D (or 0x5D856D) is known color: Sirocco. HEX triplet: 5D, 85 and 6D. RGB value is (93,133,109). Sum of RGB (Red+Green+Blue) = 93+133+109=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #5D856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D856D is #A27A92. Grayscale: #767676. Windows color (decimal): -10648211 or 7177565. OLE color: 7177565.

HSL color Cylindrical-coordinate representation of color #5D856D: hue angle of 144º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D856D is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 93 133 109 -
CMYK 0.30 0 0.18 0.48
HSL 144º 0.18% 0.44% -
HSV(B) 144º 0.3% 0.52% -
XYZ 15.66 20.21 17.54 -
YUV 118.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 93 133 109 0.30 0 0.18 0.48 144 0.18 0.44
Hex 5D 85 6D 1E 0 12 30 90 12 2C
Octal 135 205 155 36 0 22 60 220 22 54
Binary 1011101 10000101 1101101 11110 0 10010 110000 10010000 10010 101100

Color Harmonies of #5D856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D856D

Black with #5D856D

Text Example


Text Example

White with #5D856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,133,109); }

 H1.HeaderClassName
 {
   color: #5D856D;
 }
 .AnyTagClassName
 {
   color: #5D856D;
 }
</style>

background-color css

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

 a { background-color: rgb(93,133,109); }

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

border-color css

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

 span { border-color: rgb(93,133,109); }

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