Html Css Color HEX #5E7166 Sirocco

📋 copy color: '#5E7166'

red 94 ◦ green 113 ◦ blue 102

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

Shades of Sirocco #5E7166

Tints of Sirocco #5E7166

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.57%

 BLUE value IS 102 (40.23% from 255) = 33.01%

R = 30.42%
G = 36.57%
B = 33.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#5E7166 (or 0x5E7166) is known color: Sirocco. HEX triplet: 5E, 71 and 66. RGB value is (94,113,102). Sum of RGB (Red+Green+Blue) = 94+113+102=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 113 - color contains mainly: green. Hex color #5E7166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7166 is #A18E99. Grayscale: #6A6A6A. Windows color (decimal): -10587802 or 6713694. OLE color: 6713694.

HSL color Cylindrical-coordinate representation of color #5E7166: hue angle of 145.26º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E7166 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 113 102 -
CMYK 0.17 0 0.10 0.56
HSL 145.26º 0.09% 0.41% -
HSV(B) 145.26º 0.17% 0.44% -
XYZ 12.92 15.15 14.81 -
YUV 106.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 94 113 102 0.17 0 0.10 0.56 145.26 0.09 0.41
Hex 5E 71 66 11 0 A 38 91 9 29
Octal 136 161 146 21 0 12 70 221 11 51
Binary 1011110 1110001 1100110 10001 0 1010 111000 10010001 1001 101001

Color Harmonies of #5E7166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7166

Black with #5E7166

Text Example


Text Example

White with #5E7166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,113,102); }

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

background-color css

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

 a { background-color: rgb(94,113,102); }

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

border-color css

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

 span { border-color: rgb(94,113,102); }

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