Html Css Color HEX #5E806D Sirocco

📋 copy color: '#5E806D'

red 94 ◦ green 128 ◦ blue 109

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

Shades of Sirocco #5E806D

Tints of Sirocco #5E806D

RGB

 RED value IS 94 (37.11% from 255) = 28.4%

 GREEN value IS 128 (50.39% from 255) = 38.67%

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

R = 28.4%
G = 38.67%
B = 32.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#5E806D (or 0x5E806D) is known color: Sirocco. HEX triplet: 5E, 80 and 6D. RGB value is (94,128,109). Sum of RGB (Red+Green+Blue) = 94+128+109=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 128 - color contains mainly: green. Hex color #5E806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E806D is #A17F92. Grayscale: #737373. Windows color (decimal): -10583955 or 7176286. OLE color: 7176286.

HSL color Cylindrical-coordinate representation of color #5E806D: hue angle of 146.47º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E806D is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 128 109 -
CMYK 0.27 0 0.15 0.50
HSL 146.47º 0.15% 0.44% -
HSV(B) 146.47º 0.27% 0.5% -
XYZ 15.1 18.92 17.32 -
YUV 115.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 94 128 109 0.27 0 0.15 0.50 146.47 0.15 0.44
Hex 5E 80 6D 1B 0 F 32 92 F 2C
Octal 136 200 155 33 0 17 62 222 17 54
Binary 1011110 10000000 1101101 11011 0 1111 110010 10010010 1111 101100

Color Harmonies of #5E806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E806D

Black with #5E806D

Text Example


Text Example

White with #5E806D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,128,109); }

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

background-color css

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

 a { background-color: rgb(94,128,109); }

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

border-color css

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

 span { border-color: rgb(94,128,109); }

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