Html Css Color HEX #5B5F60 River Bed

📋 copy color: '#5B5F60'

red 91 ◦ green 95 ◦ blue 96

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

Shades of River Bed #5B5F60

Tints of River Bed #5B5F60

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.69%

 BLUE value IS 96 (37.89% from 255) = 34.04%

R = 32.27%
G = 33.69%
B = 34.04%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5B5F60 (or 0x5B5F60) is known color: River Bed. HEX triplet: 5B, 5F and 60. RGB value is (91,95,96). Sum of RGB (Red+Green+Blue) = 91+95+96=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B5F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5F60 is #A4A09F. Grayscale: #5D5D5D. Windows color (decimal): -10789024 or 6315867. OLE color: 6315867.

HSL color Cylindrical-coordinate representation of color #5B5F60: hue angle of 192º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5B5F60 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 95 96 -
CMYK 0.05 0.01 0 0.62
HSL 192º 0.03% 0.37% -
HSV(B) 192º 0.05% 0.38% -
XYZ 10.52 11.25 12.68 -
YUV 93.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 91 95 96 0.05 0.01 0 0.62 192 0.03 0.37
Hex 5B 5F 60 5 1 0 3E C0 3 25
Octal 133 137 140 5 1 0 76 300 3 45
Binary 1011011 1011111 1100000 101 1 0 111110 11000000 11 100101

Color Harmonies of #5B5F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5F60

Black with #5B5F60

Text Example


Text Example

White with #5B5F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,95,96); }

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

background-color css

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

 a { background-color: rgb(91,95,96); }

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

border-color css

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

 span { border-color: rgb(91,95,96); }

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