Html Css Color HEX #57495A Fedora

📋 copy color: '#57495A'

red 87 ◦ green 73 ◦ blue 90

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

Shades of Fedora #57495A

Tints of Fedora #57495A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.2%

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

R = 34.8%
G = 29.2%
B = 36%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#57495A (or 0x57495A) is known color: Fedora. HEX triplet: 57, 49 and 5A. RGB value is (87,73,90). Sum of RGB (Red+Green+Blue) = 87+73+90=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 90 - color contains mainly: blue. Hex color #57495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57495A is #A8B6A5. Grayscale: #4F4F4F. Windows color (decimal): -11056806 or 5917015. OLE color: 5917015.

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

Color convert

RGB 87 73 90 -
CMYK 0.03 0.19 0 0.65
HSL 289.41º 0.1% 0.32% -
HSV(B) 289.41º 0.19% 0.35% -
XYZ 8.16 7.53 10.7 -
YUV 79.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 87 73 90 0.03 0.19 0 0.65 289.41 0.1 0.32
Hex 57 49 5A 3 13 0 41 121 A 20
Octal 127 111 132 3 23 0 101 441 12 40
Binary 1010111 1001001 1011010 11 10011 0 1000001 100100001 1010 100000

Color Harmonies of #57495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57495A

Black with #57495A

Text Example


Text Example

White with #57495A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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