Html Css Color HEX #525758 Trout

📋 copy color: '#525758'

red 82 ◦ green 87 ◦ blue 88

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

Shades of Trout #525758

Tints of Trout #525758

RGB

 RED value IS 82 (32.42% from 255) = 31.91%

 GREEN value IS 87 (34.38% from 255) = 33.85%

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

R = 31.91%
G = 33.85%
B = 34.24%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#525758 (or 0x525758) is known color: Trout. HEX triplet: 52, 57 and 58. RGB value is (82,87,88). Sum of RGB (Red+Green+Blue) = 82+87+88=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 88 - color contains mainly: blue. Hex color #525758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525758 is #ADA8A7. Grayscale: #555555. Windows color (decimal): -11380904 or 5789522. OLE color: 5789522.

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

Color convert

RGB 82 87 88 -
CMYK 0.07 0.01 0 0.65
HSL 190º 0.04% 0.33% -
HSV(B) 190º 0.07% 0.35% -
XYZ 8.65 9.31 10.57 -
YUV 85.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 82 87 88 0.07 0.01 0 0.65 190 0.04 0.33
Hex 52 57 58 7 1 0 41 BE 4 21
Octal 122 127 130 7 1 0 101 276 4 41
Binary 1010010 1010111 1011000 111 1 0 1000001 10111110 100 100001

Color Harmonies of #525758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525758

Black with #525758

Text Example


Text Example

White with #525758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525758; }

 p { color: rgb(82,87,88); }

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

background-color css

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

 a { background-color: rgb(82,87,88); }

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

border-color css

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

 span { border-color: rgb(82,87,88); }

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