Html Css Color HEX #5D826D Sirocco

📋 copy color: '#5D826D'

red 93 ◦ green 130 ◦ blue 109

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

Shades of Sirocco #5D826D

Tints of Sirocco #5D826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.16%

 BLUE value IS 109 (42.97% from 255) = 32.83%

R = 28.01%
G = 39.16%
B = 32.83%

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

#5D826D (or 0x5D826D) is known color: Sirocco. HEX triplet: 5D, 82 and 6D. RGB value is (93,130,109). Sum of RGB (Red+Green+Blue) = 93+130+109=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 130 - color contains mainly: green. Hex color #5D826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D826D is #A27D92. Grayscale: #747474. Windows color (decimal): -10648979 or 7176797. OLE color: 7176797.

HSL color Cylindrical-coordinate representation of color #5D826D: hue angle of 145.95º degrees, saturation: 0.17, 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 #5D826D is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 93 130 109 -
CMYK 0.28 0 0.16 0.49
HSL 145.95º 0.17% 0.44% -
HSV(B) 145.95º 0.28% 0.51% -
XYZ 15.26 19.4 17.41 -
YUV 116.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 93 130 109 0.28 0 0.16 0.49 145.95 0.17 0.44
Hex 5D 82 6D 1C 0 10 31 92 11 2C
Octal 135 202 155 34 0 20 61 222 21 54
Binary 1011101 10000010 1101101 11100 0 10000 110001 10010010 10001 101100

Color Harmonies of #5D826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D826D

Black with #5D826D

Text Example


Text Example

White with #5D826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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