Html Css Color HEX #5E7568 Sirocco

📋 copy color: '#5E7568'

red 94 ◦ green 117 ◦ blue 104

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

Shades of Sirocco #5E7568

Tints of Sirocco #5E7568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.14%

 BLUE value IS 104 (41.02% from 255) = 33.02%

R = 29.84%
G = 37.14%
B = 33.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#5E7568 (or 0x5E7568) is known color: Sirocco. HEX triplet: 5E, 75 and 68. RGB value is (94,117,104). Sum of RGB (Red+Green+Blue) = 94+117+104=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7568 is #A18A97. Grayscale: #6C6C6C. Windows color (decimal): -10586776 or 6845790. OLE color: 6845790.

HSL color Cylindrical-coordinate representation of color #5E7568: hue angle of 146.09º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E7568 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 117 104 -
CMYK 0.20 0 0.11 0.54
HSL 146.09º 0.11% 0.41% -
HSV(B) 146.09º 0.2% 0.46% -
XYZ 13.48 16.1 15.49 -
YUV 108.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 94 117 104 0.20 0 0.11 0.54 146.09 0.11 0.41
Hex 5E 75 68 14 0 B 36 92 B 29
Octal 136 165 150 24 0 13 66 222 13 51
Binary 1011110 1110101 1101000 10100 0 1011 110110 10010010 1011 101001

Color Harmonies of #5E7568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7568

Black with #5E7568

Text Example


Text Example

White with #5E7568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,117,104); }

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

background-color css

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

 a { background-color: rgb(94,117,104); }

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

border-color css

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

 span { border-color: rgb(94,117,104); }

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