Html Css Color HEX #5B7368 Sirocco

📋 copy color: '#5B7368'

red 91 ◦ green 115 ◦ blue 104

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

Shades of Sirocco #5B7368

Tints of Sirocco #5B7368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.1%

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

R = 29.35%
G = 37.1%
B = 33.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#5B7368 (or 0x5B7368) is known color: Sirocco. HEX triplet: 5B, 73 and 68. RGB value is (91,115,104). Sum of RGB (Red+Green+Blue) = 91+115+104=310 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.35% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7368 is #A48C97. Grayscale: #6A6A6A. Windows color (decimal): -10783896 or 6845275. OLE color: 6845275.

HSL color Cylindrical-coordinate representation of color #5B7368: hue angle of 152.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B7368 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 115 104 -
CMYK 0.21 0 0.10 0.55
HSL 152.5º 0.12% 0.4% -
HSV(B) 152.5º 0.21% 0.45% -
XYZ 12.94 15.49 15.4 -
YUV 106.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 91 115 104 0.21 0 0.10 0.55 152.5 0.12 0.4
Hex 5B 73 68 15 0 A 37 98 C 28
Octal 133 163 150 25 0 12 67 230 14 50
Binary 1011011 1110011 1101000 10101 0 1010 110111 10011000 1100 101000

Color Harmonies of #5B7368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7368

Black with #5B7368

Text Example


Text Example

White with #5B7368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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