Html Css Color HEX #5D796B Sirocco

📋 copy color: '#5D796B'

red 93 ◦ green 121 ◦ blue 107

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

Shades of Sirocco #5D796B

Tints of Sirocco #5D796B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.69%

 BLUE value IS 107 (42.19% from 255) = 33.33%

R = 28.97%
G = 37.69%
B = 33.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#5D796B (or 0x5D796B) is known color: Sirocco. HEX triplet: 5D, 79 and 6B. RGB value is (93,121,107). Sum of RGB (Red+Green+Blue) = 93+121+107=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 121 - color contains mainly: green. Hex color #5D796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D796B is #A28694. Grayscale: #6F6F6F. Windows color (decimal): -10651285 or 7043421. OLE color: 7043421.

HSL color Cylindrical-coordinate representation of color #5D796B: hue angle of 150º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5D796B is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 121 107 -
CMYK 0.23 0 0.12 0.53
HSL 150º 0.13% 0.42% -
HSV(B) 150º 0.23% 0.47% -
XYZ 14.01 17.06 16.47 -
YUV 111.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 93 121 107 0.23 0 0.12 0.53 150 0.13 0.42
Hex 5D 79 6B 17 0 C 35 96 D 2A
Octal 135 171 153 27 0 14 65 226 15 52
Binary 1011101 1111001 1101011 10111 0 1100 110101 10010110 1101 101010

Color Harmonies of #5D796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D796B

Black with #5D796B

Text Example


Text Example

White with #5D796B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,121,107); }

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

background-color css

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

 a { background-color: rgb(93,121,107); }

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

border-color css

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

 span { border-color: rgb(93,121,107); }

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