Html Css Color HEX #515558 Trout

📋 copy color: '#515558'

red 81 ◦ green 85 ◦ blue 88

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

Shades of Trout #515558

Tints of Trout #515558

RGB

 RED value IS 81 (32.03% from 255) = 31.89%

 GREEN value IS 85 (33.59% from 255) = 33.46%

 BLUE value IS 88 (34.77% from 255) = 34.65%

R = 31.89%
G = 33.46%
B = 34.65%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#515558 (or 0x515558) is known color: Trout. HEX triplet: 51, 55 and 58. RGB value is (81,85,88). Sum of RGB (Red+Green+Blue) = 81+85+88=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 88 - color contains mainly: blue. Hex color #515558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515558 is #AEAAA7. Grayscale: #545454. Windows color (decimal): -11446952 or 5789009. OLE color: 5789009.

HSL color Cylindrical-coordinate representation of color #515558: hue angle of 205.71º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #515558 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 85 88 -
CMYK 0.08 0.03 0 0.65
HSL 205.71º 0.04% 0.33% -
HSV(B) 205.71º 0.08% 0.35% -
XYZ 8.4 8.95 10.52 -
YUV 84.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 81 85 88 0.08 0.03 0 0.65 205.71 0.04 0.33
Hex 51 55 58 8 3 0 41 CE 4 21
Octal 121 125 130 10 3 0 101 316 4 41
Binary 1010001 1010101 1011000 1000 11 0 1000001 11001110 100 100001

Color Harmonies of #515558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515558

Black with #515558

Text Example


Text Example

White with #515558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515558; }

 p { color: rgb(81,85,88); }

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

background-color css

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

 a { background-color: rgb(81,85,88); }

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

border-color css

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

 span { border-color: rgb(81,85,88); }

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