Html Css Color HEX #5E806C Sirocco

📋 copy color: '#5E806C'

red 94 ◦ green 128 ◦ blue 108

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

Shades of Sirocco #5E806C

Tints of Sirocco #5E806C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 28.48%
G = 38.79%
B = 32.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#5E806C (or 0x5E806C) is known color: Sirocco. HEX triplet: 5E, 80 and 6C. RGB value is (94,128,108). Sum of RGB (Red+Green+Blue) = 94+128+108=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 128 - color contains mainly: green. Hex color #5E806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E806C is #A17F93. Grayscale: #737373. Windows color (decimal): -10583956 or 7110750. OLE color: 7110750.

HSL color Cylindrical-coordinate representation of color #5E806C: hue angle of 144.71º 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 #5E806C is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 128 108 -
CMYK 0.27 0 0.16 0.50
HSL 144.71º 0.15% 0.44% -
HSV(B) 144.71º 0.27% 0.5% -
XYZ 15.04 18.9 17.04 -
YUV 115.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 94 128 108 0.27 0 0.16 0.50 144.71 0.15 0.44
Hex 5E 80 6C 1B 0 10 32 91 F 2C
Octal 136 200 154 33 0 20 62 221 17 54
Binary 1011110 10000000 1101100 11011 0 10000 110010 10010001 1111 101100

Color Harmonies of #5E806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E806C

Black with #5E806C

Text Example


Text Example

White with #5E806C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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