Html Css Color HEX #5B7568 Sirocco

📋 copy color: '#5B7568'

red 91 ◦ green 117 ◦ blue 104

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

Shades of Sirocco #5B7568

Tints of Sirocco #5B7568

RGB

 RED value IS 91 (35.94% from 255) = 29.17%

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

 BLUE value IS 104 (41.02% from 255) = 33.33%

R = 29.17%
G = 37.5%
B = 33.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#5B7568 (or 0x5B7568) is known color: Sirocco. HEX triplet: 5B, 75 and 68. RGB value is (91,117,104). Sum of RGB (Red+Green+Blue) = 91+117+104=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 117 - color contains mainly: green. Hex color #5B7568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7568 is #A48A97. Grayscale: #6B6B6B. Windows color (decimal): -10783384 or 6845787. OLE color: 6845787.

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

Color convert

RGB 91 117 104 -
CMYK 0.22 0 0.11 0.54
HSL 150º 0.13% 0.41% -
HSV(B) 150º 0.22% 0.46% -
XYZ 13.17 15.95 15.48 -
YUV 107.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 91 117 104 0.22 0 0.11 0.54 150 0.13 0.41
Hex 5B 75 68 16 0 B 36 96 C 29
Octal 133 165 150 26 0 13 66 226 14 51
Binary 1011011 1110101 1101000 10110 0 1011 110110 10010110 1100 101001

Color Harmonies of #5B7568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7568

Black with #5B7568

Text Example


Text Example

White with #5B7568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,117,104); }

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

background-color css

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

 a { background-color: rgb(91,117,104); }

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

border-color css

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

 span { border-color: rgb(91,117,104); }

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