Html Css Color HEX #525557 Trout

📋 copy color: '#525557'

red 82 ◦ green 85 ◦ blue 87

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

Shades of Trout #525557

Tints of Trout #525557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.25%

R = 32.28%
G = 33.46%
B = 34.25%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#525557 (or 0x525557) is known color: Trout. HEX triplet: 52, 55 and 57. RGB value is (82,85,87). Sum of RGB (Red+Green+Blue) = 82+85+87=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 87 - color contains mainly: blue. Hex color #525557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525557 is #ADAAA8. Grayscale: #545454. Windows color (decimal): -11381417 or 5723474. OLE color: 5723474.

HSL color Cylindrical-coordinate representation of color #525557: hue angle of 204º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #525557 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 85 87 -
CMYK 0.06 0.02 0 0.66
HSL 204º 0.03% 0.33% -
HSV(B) 204º 0.06% 0.34% -
XYZ 8.45 8.98 10.3 -
YUV 84.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 82 85 87 0.06 0.02 0 0.66 204 0.03 0.33
Hex 52 55 57 6 2 0 42 CC 3 21
Octal 122 125 127 6 2 0 102 314 3 41
Binary 1010010 1010101 1010111 110 10 0 1000010 11001100 11 100001

Color Harmonies of #525557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525557

Black with #525557

Text Example


Text Example

White with #525557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525557; }

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

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

background-color css

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

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

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

border-color css

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

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

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