Html Css Color HEX #5E6060 River Bed

📋 copy color: '#5E6060'

red 94 ◦ green 96 ◦ blue 96

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

Shades of River Bed #5E6060

Tints of River Bed #5E6060

RGB

 RED value IS 94 (37.11% from 255) = 32.87%

 GREEN value IS 96 (37.89% from 255) = 33.57%

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

R = 32.87%
G = 33.57%
B = 33.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5E6060 (or 0x5E6060) is known color: River Bed. HEX triplet: 5E, 60 and 60. RGB value is (94,96,96). Sum of RGB (Red+Green+Blue) = 94+96+96=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #5E6060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6060 is #A19F9F. Grayscale: #5F5F5F. Windows color (decimal): -10592160 or 6316126. OLE color: 6316126.

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

Color convert

RGB 94 96 96 -
CMYK 0.02 0 0 0.62
HSL 180º 0.01% 0.37% -
HSV(B) 180º 0.02% 0.38% -
XYZ 10.91 11.59 12.73 -
YUV 95.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 94 96 96 0.02 0 0 0.62 180 0.01 0.37
Hex 5E 60 60 2 0 0 3E B4 1 25
Octal 136 140 140 2 0 0 76 264 1 45
Binary 1011110 1100000 1100000 10 0 0 111110 10110100 1 100101

Color Harmonies of #5E6060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6060

Black with #5E6060

Text Example


Text Example

White with #5E6060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,96,96); }

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

background-color css

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

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

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

border-color css

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

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

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