Html Css Color HEX #525556 Trout

📋 copy color: '#525556'

red 82 ◦ green 85 ◦ blue 86

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

Shades of Trout #525556

Tints of Trout #525556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 33.99%

R = 32.41%
G = 33.6%
B = 33.99%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#525556 (or 0x525556) is known color: Trout. HEX triplet: 52, 55 and 56. RGB value is (82,85,86). Sum of RGB (Red+Green+Blue) = 82+85+86=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 86 - color contains mainly: blue. Hex color #525556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525556 is #ADAAA9. Grayscale: #545454. Windows color (decimal): -11381418 or 5657938. OLE color: 5657938.

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

Color convert

RGB 82 85 86 -
CMYK 0.05 0.01 0 0.66
HSL 195º 0.02% 0.33% -
HSV(B) 195º 0.05% 0.34% -
XYZ 8.41 8.96 10.09 -
YUV 84.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 82 85 86 0.05 0.01 0 0.66 195 0.02 0.33
Hex 52 55 56 5 1 0 42 C3 2 21
Octal 122 125 126 5 1 0 102 303 2 41
Binary 1010010 1010101 1010110 101 1 0 1000010 11000011 10 100001

Color Harmonies of #525556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525556

Black with #525556

Text Example


Text Example

White with #525556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525556; }

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

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

background-color css

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

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

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

border-color css

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

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

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