Html Css Color HEX #5E7365 Sirocco

📋 copy color: '#5E7365'

red 94 ◦ green 115 ◦ blue 101

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

Shades of Sirocco #5E7365

Tints of Sirocco #5E7365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.58%

R = 30.32%
G = 37.1%
B = 32.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#5E7365 (or 0x5E7365) is known color: Sirocco. HEX triplet: 5E, 73 and 65. RGB value is (94,115,101). Sum of RGB (Red+Green+Blue) = 94+115+101=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7365 is #A18C9A. Grayscale: #6B6B6B. Windows color (decimal): -10587291 or 6648670. OLE color: 6648670.

HSL color Cylindrical-coordinate representation of color #5E7365: hue angle of 140º 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 #5E7365 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 115 101 -
CMYK 0.18 0 0.12 0.55
HSL 140º 0.1% 0.41% -
HSV(B) 140º 0.18% 0.45% -
XYZ 13.1 15.58 14.63 -
YUV 107.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 94 115 101 0.18 0 0.12 0.55 140 0.1 0.41
Hex 5E 73 65 12 0 C 37 8C A 29
Octal 136 163 145 22 0 14 67 214 12 51
Binary 1011110 1110011 1100101 10010 0 1100 110111 10001100 1010 101001

Color Harmonies of #5E7365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7365

Black with #5E7365

Text Example


Text Example

White with #5E7365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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