Html Css Color HEX #5D7666 Sirocco

📋 copy color: '#5D7666'

red 93 ◦ green 118 ◦ blue 102

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

Shades of Sirocco #5D7666

Tints of Sirocco #5D7666

RGB

 RED value IS 93 (36.72% from 255) = 29.71%

 GREEN value IS 118 (46.48% from 255) = 37.7%

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

R = 29.71%
G = 37.7%
B = 32.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#5D7666 (or 0x5D7666) is known color: Sirocco. HEX triplet: 5D, 76 and 66. RGB value is (93,118,102). Sum of RGB (Red+Green+Blue) = 93+118+102=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7666 is #A28999. Grayscale: #6C6C6C. Windows color (decimal): -10652058 or 6714973. OLE color: 6714973.

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

Color convert

RGB 93 118 102 -
CMYK 0.21 0 0.14 0.54
HSL 141.6º 0.12% 0.41% -
HSV(B) 141.6º 0.21% 0.46% -
XYZ 13.39 16.24 15 -
YUV 108.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 93 118 102 0.21 0 0.14 0.54 141.6 0.12 0.41
Hex 5D 76 66 15 0 E 36 8E C 29
Octal 135 166 146 25 0 16 66 216 14 51
Binary 1011101 1110110 1100110 10101 0 1110 110110 10001110 1100 101001

Color Harmonies of #5D7666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7666

Black with #5D7666

Text Example


Text Example

White with #5D7666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,118,102); }

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

background-color css

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

 a { background-color: rgb(93,118,102); }

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

border-color css

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

 span { border-color: rgb(93,118,102); }

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