Html Css Color HEX #5D6661 Sirocco

📋 copy color: '#5D6661'

red 93 ◦ green 102 ◦ blue 97

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

Shades of Sirocco #5D6661

Tints of Sirocco #5D6661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.93%

 BLUE value IS 97 (38.28% from 255) = 33.22%

R = 31.85%
G = 34.93%
B = 33.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#5D6661 (or 0x5D6661) is known color: Sirocco. HEX triplet: 5D, 66 and 61. RGB value is (93,102,97). Sum of RGB (Red+Green+Blue) = 93+102+97=292 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.85% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 102 - color contains mainly: green. Hex color #5D6661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6661 is #A2999E. Grayscale: #626262. Windows color (decimal): -10656159 or 6383197. OLE color: 6383197.

HSL color Cylindrical-coordinate representation of color #5D6661: hue angle of 146.67º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5D6661 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB 93 102 97 -
CMYK 0.09 0 0.05 0.6
HSL 146.67º 0.05% 0.38% -
HSV(B) 146.67º 0.09% 0.4% -
XYZ 11.42 12.69 13.16 -
YUV 98.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 93 102 97 0.09 0 0.05 0.6 146.67 0.05 0.38
Hex 5D 66 61 9 0 5 3C 93 5 26
Octal 135 146 141 11 0 5 74 223 5 46
Binary 1011101 1100110 1100001 1001 0 101 111100 10010011 101 100110

Color Harmonies of #5D6661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6661

Black with #5D6661

Text Example


Text Example

White with #5D6661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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