Html Css Color HEX #5D816C Sirocco

📋 copy color: '#5D816C'

red 93 ◦ green 129 ◦ blue 108

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

Shades of Sirocco #5D816C

Tints of Sirocco #5D816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 28.18%
G = 39.09%
B = 32.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#5D816C (or 0x5D816C) is known color: Sirocco. HEX triplet: 5D, 81 and 6C. RGB value is (93,129,108). Sum of RGB (Red+Green+Blue) = 93+129+108=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #5D816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D816C is #A27E93. Grayscale: #737373. Windows color (decimal): -10649236 or 7111005. OLE color: 7111005.

HSL color Cylindrical-coordinate representation of color #5D816C: hue angle of 145º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D816C is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 93 129 108 -
CMYK 0.28 0 0.16 0.49
HSL 145º 0.16% 0.44% -
HSV(B) 145º 0.28% 0.51% -
XYZ 15.07 19.11 17.08 -
YUV 115.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 93 129 108 0.28 0 0.16 0.49 145 0.16 0.44
Hex 5D 81 6C 1C 0 10 31 91 10 2C
Octal 135 201 154 34 0 20 61 221 20 54
Binary 1011101 10000001 1101100 11100 0 10000 110001 10010001 10000 101100

Color Harmonies of #5D816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D816C

Black with #5D816C

Text Example


Text Example

White with #5D816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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