Html Css Color HEX #57505A Fedora

📋 copy color: '#57505A'

red 87 ◦ green 80 ◦ blue 90

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

Shades of Fedora #57505A

Tints of Fedora #57505A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.13%

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

R = 33.85%
G = 31.13%
B = 35.02%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#57505A (or 0x57505A) is known color: Fedora. HEX triplet: 57, 50 and 5A. RGB value is (87,80,90). Sum of RGB (Red+Green+Blue) = 87+80+90=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 90 - color contains mainly: blue. Hex color #57505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57505A is #A8AFA5. Grayscale: #535353. Windows color (decimal): -11055014 or 5918807. OLE color: 5918807.

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

Color convert

RGB 87 80 90 -
CMYK 0.03 0.11 0 0.65
HSL 282º 0.06% 0.33% -
HSV(B) 282º 0.11% 0.35% -
XYZ 8.64 8.5 10.86 -
YUV 83.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 87 80 90 0.03 0.11 0 0.65 282 0.06 0.33
Hex 57 50 5A 3 B 0 41 11A 6 21
Octal 127 120 132 3 13 0 101 432 6 41
Binary 1010111 1010000 1011010 11 1011 0 1000001 100011010 110 100001

Color Harmonies of #57505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57505A

Black with #57505A

Text Example


Text Example

White with #57505A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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