Html Css Color HEX #57515A Fedora

📋 copy color: '#57515A'

red 87 ◦ green 81 ◦ blue 90

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

Shades of Fedora #57515A

Tints of Fedora #57515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.4%

 BLUE value IS 90 (35.55% from 255) = 34.88%

R = 33.72%
G = 31.4%
B = 34.88%

CMYK

 C value IS 0.03

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#57515A (or 0x57515A) is known color: Fedora. HEX triplet: 57, 51 and 5A. RGB value is (87,81,90). Sum of RGB (Red+Green+Blue) = 87+81+90=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 90 - color contains mainly: blue. Hex color #57515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57515A is #A8AEA5. Grayscale: #535353. Windows color (decimal): -11054758 or 5919063. OLE color: 5919063.

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

Color convert

RGB 87 81 90 -
CMYK 0.03 0.1 0 0.65
HSL 280º 0.05% 0.34% -
HSV(B) 280º 0.1% 0.35% -
XYZ 8.72 8.65 10.88 -
YUV 83.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 87 81 90 0.03 0.1 0 0.65 280 0.05 0.34
Hex 57 51 5A 3 A 0 41 118 5 22
Octal 127 121 132 3 12 0 101 430 5 42
Binary 1010111 1010001 1011010 11 1010 0 1000001 100011000 101 100010

Color Harmonies of #57515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57515A

Black with #57515A

Text Example


Text Example

White with #57515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57515A; }

 p { color: rgb(87,81,90); }

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

background-color css

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

 a { background-color: rgb(87,81,90); }

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

border-color css

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

 span { border-color: rgb(87,81,90); }

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