Html Css Color HEX #5B6E65 Sirocco

📋 copy color: '#5B6E65'

red 91 ◦ green 110 ◦ blue 101

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

Shades of Sirocco #5B6E65

Tints of Sirocco #5B6E65

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.42%

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 30.13%
G = 36.42%
B = 33.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#5B6E65 (or 0x5B6E65) is known color: Sirocco. HEX triplet: 5B, 6E and 65. RGB value is (91,110,101). Sum of RGB (Red+Green+Blue) = 91+110+101=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 110 - color contains mainly: green. Hex color #5B6E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6E65 is #A4919A. Grayscale: #676767. Windows color (decimal): -10785179 or 6647387. OLE color: 6647387.

HSL color Cylindrical-coordinate representation of color #5B6E65: hue angle of 151.58º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5B6E65 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB 91 110 101 -
CMYK 0.17 0 0.08 0.57
HSL 151.58º 0.09% 0.39% -
HSV(B) 151.58º 0.17% 0.43% -
XYZ 12.24 14.32 14.43 -
YUV 103.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 91 110 101 0.17 0 0.08 0.57 151.58 0.09 0.39
Hex 5B 6E 65 11 0 8 39 98 9 27
Octal 133 156 145 21 0 10 71 230 11 47
Binary 1011011 1101110 1100101 10001 0 1000 111001 10011000 1001 100111

Color Harmonies of #5B6E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6E65

Black with #5B6E65

Text Example


Text Example

White with #5B6E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,110,101); }

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

background-color css

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

 a { background-color: rgb(91,110,101); }

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

border-color css

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

 span { border-color: rgb(91,110,101); }

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