#52585F

Color #52585F Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #52585F

Tints of Bright Grey #52585F

Color information

#52585F (or 0x52585F) is unknown color: approx Bright Grey. HEX triplet: 52, 58 and 5F. RGB value is (82,88,95). Sum of RGB (Red+Green+Blue) = 82+88+95=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 95 - color contains mainly: blue. Hex color #52585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52585F is #ADA7A0. Grayscale: #565656. Windows color (decimal): -11380641 or 6248530. OLE color: 6248530.

HSL color Cylindrical-coordinate representation of color #52585F: hue angle of 212.31º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #52585F is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB828895-
CMYK0.140.0700.63
HSL212.31º7.34%34.71%-
HSV(B)212.31º13.68%37.25%-
XYZ9.039.612.2-
YUV87132.51124.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=30.94%
G=33.21%
B=35.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8288950.140.0700.63212.317.3434.71
Hex52585FE703Fd4723
Octal122130137167077324743
Binary1010010101100010111111110111011111111010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52585F; }

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

 H1.HeaderClassName
 {
   color: #52585F;
 }
 .AnyTagClassName
 {
   color: #52585F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #52585F;
 }
 .BgClassName
 {
   background-color: #52585F;
 }
</style>
border-color css

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

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

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