Html Css Color HEX #5D7569 Sirocco

📋 copy color: '#5D7569'

red 93 ◦ green 117 ◦ blue 105

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

Shades of Sirocco #5D7569

Tints of Sirocco #5D7569

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.14%

 BLUE value IS 105 (41.41% from 255) = 33.33%

R = 29.52%
G = 37.14%
B = 33.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#5D7569 (or 0x5D7569) is known color: Sirocco. HEX triplet: 5D, 75 and 69. RGB value is (93,117,105). Sum of RGB (Red+Green+Blue) = 93+117+105=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 117 - color contains mainly: green. Hex color #5D7569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7569 is #A28A96. Grayscale: #6C6C6C. Windows color (decimal): -10652311 or 6911325. OLE color: 6911325.

HSL color Cylindrical-coordinate representation of color #5D7569: hue angle of 150º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D7569 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 93 117 105 -
CMYK 0.21 0 0.10 0.54
HSL 150º 0.11% 0.41% -
HSV(B) 150º 0.21% 0.46% -
XYZ 13.43 16.07 15.76 -
YUV 108.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 93 117 105 0.21 0 0.10 0.54 150 0.11 0.41
Hex 5D 75 69 15 0 A 36 96 B 29
Octal 135 165 151 25 0 12 66 226 13 51
Binary 1011101 1110101 1101001 10101 0 1010 110110 10010110 1011 101001

Color Harmonies of #5D7569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7569

Black with #5D7569

Text Example


Text Example

White with #5D7569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,117,105); }

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

background-color css

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

 a { background-color: rgb(93,117,105); }

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

border-color css

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

 span { border-color: rgb(93,117,105); }

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