Html Css Color HEX #52575A Trout

📋 copy color: '#52575A'

red 82 ◦ green 87 ◦ blue 90

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

Shades of Trout #52575A

Tints of Trout #52575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.75%

R = 31.66%
G = 33.59%
B = 34.75%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#52575A (or 0x52575A) is known color: Trout. HEX triplet: 52, 57 and 5A. RGB value is (82,87,90). Sum of RGB (Red+Green+Blue) = 82+87+90=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 90 - color contains mainly: blue. Hex color #52575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52575A is #ADA8A5. Grayscale: #555555. Windows color (decimal): -11380902 or 5920594. OLE color: 5920594.

HSL color Cylindrical-coordinate representation of color #52575A: hue angle of 202.5º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #52575A is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 87 90 -
CMYK 0.09 0.03 0 0.65
HSL 202.5º 0.05% 0.34% -
HSV(B) 202.5º 0.09% 0.35% -
XYZ 8.73 9.35 11.02 -
YUV 85.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 82 87 90 0.09 0.03 0 0.65 202.5 0.05 0.34
Hex 52 57 5A 9 3 0 41 CA 5 22
Octal 122 127 132 11 3 0 101 312 5 42
Binary 1010010 1010111 1011010 1001 11 0 1000001 11001010 101 100010

Color Harmonies of #52575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52575A

Black with #52575A

Text Example


Text Example

White with #52575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52575A; }

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

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

background-color css

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

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

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

border-color css

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

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

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