Html Css Color HEX #575458 Fedora

📋 copy color: '#575458'

red 87 ◦ green 84 ◦ blue 88

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

Shades of Fedora #575458

Tints of Fedora #575458

RGB

 RED value IS 87 (34.38% from 255) = 33.59%

 GREEN value IS 84 (33.2% from 255) = 32.43%

 BLUE value IS 88 (34.77% from 255) = 33.98%

R = 33.59%
G = 32.43%
B = 33.98%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#575458 (or 0x575458) is known color: Fedora. HEX triplet: 57, 54 and 58. RGB value is (87,84,88). Sum of RGB (Red+Green+Blue) = 87+84+88=259 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.59% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 88 - color contains mainly: blue. Hex color #575458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575458 is #A8ABA7. Grayscale: #555555. Windows color (decimal): -11053992 or 5788759. OLE color: 5788759.

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

Color convert

RGB 87 84 88 -
CMYK 0.01 0.05 0 0.65
HSL 285º 0.02% 0.34% -
HSV(B) 285º 0.05% 0.35% -
XYZ 8.86 9.07 10.52 -
YUV 85.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 87 84 88 0.01 0.05 0 0.65 285 0.02 0.34
Hex 57 54 58 1 5 0 41 11D 2 22
Octal 127 124 130 1 5 0 101 435 2 42
Binary 1010111 1010100 1011000 1 101 0 1000001 100011101 10 100010

Color Harmonies of #575458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575458

Black with #575458

Text Example


Text Example

White with #575458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575458; }

 p { color: rgb(87,84,88); }

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

background-color css

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

 a { background-color: rgb(87,84,88); }

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

border-color css

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

 span { border-color: rgb(87,84,88); }

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