Html Css Color HEX #5E7368 Sirocco

📋 copy color: '#5E7368'

red 94 ◦ green 115 ◦ blue 104

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

Shades of Sirocco #5E7368

Tints of Sirocco #5E7368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.74%

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

R = 30.03%
G = 36.74%
B = 33.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#5E7368 (or 0x5E7368) is known color: Sirocco. HEX triplet: 5E, 73 and 68. RGB value is (94,115,104). Sum of RGB (Red+Green+Blue) = 94+115+104=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7368 is #A18C97. Grayscale: #6B6B6B. Windows color (decimal): -10587288 or 6845278. OLE color: 6845278.

HSL color Cylindrical-coordinate representation of color #5E7368: hue angle of 148.57º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E7368 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 115 104 -
CMYK 0.18 0 0.10 0.55
HSL 148.57º 0.1% 0.41% -
HSV(B) 148.57º 0.18% 0.45% -
XYZ 13.25 15.64 15.42 -
YUV 107.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 94 115 104 0.18 0 0.10 0.55 148.57 0.1 0.41
Hex 5E 73 68 12 0 A 37 95 A 29
Octal 136 163 150 22 0 12 67 225 12 51
Binary 1011110 1110011 1101000 10010 0 1010 110111 10010101 1010 101001

Color Harmonies of #5E7368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7368

Black with #5E7368

Text Example


Text Example

White with #5E7368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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