Html Css Color HEX #5E6965 Sirocco

📋 copy color: '#5E6965'

red 94 ◦ green 105 ◦ blue 101

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

Shades of Sirocco #5E6965

Tints of Sirocco #5E6965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35%

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

R = 31.33%
G = 35%
B = 33.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#5E6965 (or 0x5E6965) is known color: Sirocco. HEX triplet: 5E, 69 and 65. RGB value is (94,105,101). Sum of RGB (Red+Green+Blue) = 94+105+101=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 105 - color contains mainly: green. Hex color #5E6965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6965 is #A1969A. Grayscale: #656565. Windows color (decimal): -10589851 or 6646110. OLE color: 6646110.

HSL color Cylindrical-coordinate representation of color #5E6965: hue angle of 158.18º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5E6965 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 94 105 101 -
CMYK 0.10 0 0.04 0.59
HSL 158.18º 0.06% 0.39% -
HSV(B) 158.18º 0.1% 0.41% -
XYZ 12.02 13.42 14.27 -
YUV 101.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 94 105 101 0.10 0 0.04 0.59 158.18 0.06 0.39
Hex 5E 69 65 A 0 4 3B 9E 6 27
Octal 136 151 145 12 0 4 73 236 6 47
Binary 1011110 1101001 1100101 1010 0 100 111011 10011110 110 100111

Color Harmonies of #5E6965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6965

Black with #5E6965

Text Example


Text Example

White with #5E6965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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