#525868

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

Shades of Bright Grey #525868

Tints of Bright Grey #525868

Color information

#525868 (or 0x525868) is unknown color: approx Bright Grey. HEX triplet: 52, 58 and 68. RGB value is (82,88,104). Sum of RGB (Red+Green+Blue) = 82+88+104=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 104 - color contains mainly: blue. Hex color #525868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525868 is #ADA797. Grayscale: #575757. Windows color (decimal): -11380632 or 6838354. OLE color: 6838354.

HSL color Cylindrical-coordinate representation of color #525868: hue angle of 223.64º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #525868 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8288104-
CMYK0.210.1500.59
HSL223.64º11.83%36.47%-
HSV(B)223.64º21.15%40.78%-
XYZ9.479.7714.48-
YUV88.03137.01123.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.93%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=29.93%
G=32.12%
B=37.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82881040.210.1500.59223.6411.8336.47
Hex52586815F03Be0c24
Octal12213015025170733401444
Binary1010010101100011010001010111110111011111000001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525868; }

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

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

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

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

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

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

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

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