Html Css Color HEX #505A5C River Bed

📋 copy color: '#505A5C'

red 80 ◦ green 90 ◦ blue 92

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

Shades of River Bed #505A5C

Tints of River Bed #505A5C

RGB

 RED value IS 80 (31.64% from 255) = 30.53%

 GREEN value IS 90 (35.55% from 255) = 34.35%

 BLUE value IS 92 (36.33% from 255) = 35.11%

R = 30.53%
G = 34.35%
B = 35.11%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#505A5C (or 0x505A5C) is known color: River Bed. HEX triplet: 50, 5A and 5C. RGB value is (80,90,92). Sum of RGB (Red+Green+Blue) = 80+90+92=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 92 - color contains mainly: blue. Hex color #505A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A5C is #AFA5A3. Grayscale: #575757. Windows color (decimal): -11511204 or 6052432. OLE color: 6052432.

HSL color Cylindrical-coordinate representation of color #505A5C: hue angle of 190º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #505A5C is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 90 92 -
CMYK 0.13 0.02 0 0.64
HSL 190º 0.07% 0.34% -
HSV(B) 190º 0.13% 0.36% -
XYZ 8.9 9.79 11.55 -
YUV 87.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 80 90 92 0.13 0.02 0 0.64 190 0.07 0.34
Hex 50 5A 5C D 2 0 40 BE 7 22
Octal 120 132 134 15 2 0 100 276 7 42
Binary 1010000 1011010 1011100 1101 10 0 1000000 10111110 111 100010

Color Harmonies of #505A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A5C

Black with #505A5C

Text Example


Text Example

White with #505A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505A5C; }

 p { color: rgb(80,90,92); }

 H1.HeaderClassName
 {
   color: #505A5C;
 }
 .AnyTagClassName
 {
   color: #505A5C;
 }
</style>

background-color css

<style>
 a { background-color: #505A5C; }

 a { background-color: rgb(80,90,92); }

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

border-color css

<style>
 span { border-color: #505A5C; }

 span { border-color: rgb(80,90,92); }

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