#525053

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

Shades of Fedora #525053

Tints of Fedora #525053

Color information

#525053 (or 0x525053) is unknown color: approx Fedora. HEX triplet: 52, 50 and 53. RGB value is (82,80,83). Sum of RGB (Red+Green+Blue) = 82+80+83=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 83 - color contains mainly: blue. Hex color #525053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525053 is #ADAFAC. Grayscale: #505050. Windows color (decimal): -11382701 or 5460050. OLE color: 5460050.

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

Color convert

RGB828083-
CMYK0.010.0400.67
HSL280º1.84%31.96%-
HSV(B)280º3.61%32.55%-
XYZ7.918.169.34-
YUV80.94129.16128.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=33.47%
G=32.65%
B=33.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8280830.010.0400.672801.8431.96
Hex52505314043118220
Octal122120123140103430240
Binary10100101010000101001111000100001110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525053; }

 p { color: rgb(82,80,83); }

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

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

 a { background-color: rgb(82,80,83); }

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

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

 span { border-color: rgb(82,80,83); }

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