#574B5C

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

Shades of Fedora #574B5C

Tints of Fedora #574B5C

Color information

#574B5C (or 0x574B5C) is unknown color: approx Fedora. HEX triplet: 57, 4B and 5C. RGB value is (87,75,92). Sum of RGB (Red+Green+Blue) = 87+75+92=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 92 - color contains mainly: blue. Hex color #574B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574B5C is #A8B4A3. Grayscale: #505050. Windows color (decimal): -11056292 or 6048599. OLE color: 6048599.

HSL color Cylindrical-coordinate representation of color #574B5C: hue angle of 282.35º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #574B5C is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB877592-
CMYK0.050.1800.64
HSL282.35º10.18%32.75%-
HSV(B)282.35º18.48%36.08%-
XYZ8.387.8311.2-
YUV80.53134.48132.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.25%
GREEN value IS 75 (29.69% from 255) = 29.53%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=34.25%
G=29.53%
B=36.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8775920.050.1800.64282.3510.1832.75
Hex574B5C51204011aa21
Octal12711313452201004321241
Binary10101111001011101110010110010010000001000110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574B5C; }

 p { color: rgb(87,75,92); }

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

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

 a { background-color: rgb(87,75,92); }

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

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

 span { border-color: rgb(87,75,92); }

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