Html Css Color HEX #5D6D66 Sirocco

📋 copy color: '#5D6D66'

red 93 ◦ green 109 ◦ blue 102

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

Shades of Sirocco #5D6D66

Tints of Sirocco #5D6D66

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.86%

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

R = 30.59%
G = 35.86%
B = 33.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#5D6D66 (or 0x5D6D66) is known color: Sirocco. HEX triplet: 5D, 6D and 66. RGB value is (93,109,102). Sum of RGB (Red+Green+Blue) = 93+109+102=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 109 - color contains mainly: green. Hex color #5D6D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6D66 is #A29299. Grayscale: #676767. Windows color (decimal): -10654362 or 6712669. OLE color: 6712669.

HSL color Cylindrical-coordinate representation of color #5D6D66: hue angle of 153.75º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5D6D66 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB 93 109 102 -
CMYK 0.15 0 0.06 0.57
HSL 153.75º 0.08% 0.4% -
HSV(B) 153.75º 0.15% 0.43% -
XYZ 12.38 14.22 14.66 -
YUV 103.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 93 109 102 0.15 0 0.06 0.57 153.75 0.08 0.4
Hex 5D 6D 66 F 0 6 39 9A 8 28
Octal 135 155 146 17 0 6 71 232 10 50
Binary 1011101 1101101 1100110 1111 0 110 111001 10011010 1000 101000

Color Harmonies of #5D6D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6D66

Black with #5D6D66

Text Example


Text Example

White with #5D6D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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