Html Css Color HEX #5D6C62 Sirocco

📋 copy color: '#5D6C62'

red 93 ◦ green 108 ◦ blue 98

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

Shades of Sirocco #5D6C62

Tints of Sirocco #5D6C62

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.12%

 BLUE value IS 98 (38.67% from 255) = 32.78%

R = 31.1%
G = 36.12%
B = 32.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#5D6C62 (or 0x5D6C62) is known color: Sirocco. HEX triplet: 5D, 6C and 62. RGB value is (93,108,98). Sum of RGB (Red+Green+Blue) = 93+108+98=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 108 - color contains mainly: green. Hex color #5D6C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6C62 is #A2939D. Grayscale: #666666. Windows color (decimal): -10654622 or 6450269. OLE color: 6450269.

HSL color Cylindrical-coordinate representation of color #5D6C62: hue angle of 140º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5D6C62 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 93 108 98 -
CMYK 0.14 0 0.09 0.58
HSL 140º 0.07% 0.39% -
HSV(B) 140º 0.14% 0.42% -
XYZ 12.08 13.93 13.61 -
YUV 102.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 93 108 98 0.14 0 0.09 0.58 140 0.07 0.39
Hex 5D 6C 62 E 0 9 3A 8C 7 27
Octal 135 154 142 16 0 11 72 214 7 47
Binary 1011101 1101100 1100010 1110 0 1001 111010 10001100 111 100111

Color Harmonies of #5D6C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6C62

Black with #5D6C62

Text Example


Text Example

White with #5D6C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,108,98); }

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

background-color css

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

 a { background-color: rgb(93,108,98); }

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

border-color css

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

 span { border-color: rgb(93,108,98); }

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