Html Css Color HEX #5B7366 Sirocco

📋 copy color: '#5B7366'

red 91 ◦ green 115 ◦ blue 102

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

Shades of Sirocco #5B7366

Tints of Sirocco #5B7366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.12%

R = 29.55%
G = 37.34%
B = 33.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#5B7366 (or 0x5B7366) is known color: Sirocco. HEX triplet: 5B, 73 and 66. RGB value is (91,115,102). Sum of RGB (Red+Green+Blue) = 91+115+102=308 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.55% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7366 is #A48C99. Grayscale: #6A6A6A. Windows color (decimal): -10783898 or 6714203. OLE color: 6714203.

HSL color Cylindrical-coordinate representation of color #5B7366: hue angle of 147.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 #5B7366 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 115 102 -
CMYK 0.21 0 0.11 0.55
HSL 147.5º 0.12% 0.4% -
HSV(B) 147.5º 0.21% 0.45% -
XYZ 12.84 15.44 14.87 -
YUV 106.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 91 115 102 0.21 0 0.11 0.55 147.5 0.12 0.4
Hex 5B 73 66 15 0 B 37 94 C 28
Octal 133 163 146 25 0 13 67 224 14 50
Binary 1011011 1110011 1100110 10101 0 1011 110111 10010100 1100 101000

Color Harmonies of #5B7366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7366

Black with #5B7366

Text Example


Text Example

White with #5B7366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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