Html Css Color HEX #57465C Fedora

📋 copy color: '#57465C'

red 87 ◦ green 70 ◦ blue 92

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

Shades of Fedora #57465C

Tints of Fedora #57465C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.11%

 BLUE value IS 92 (36.33% from 255) = 36.95%

R = 34.94%
G = 28.11%
B = 36.95%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57465C (or 0x57465C) is known color: Fedora. HEX triplet: 57, 46 and 5C. RGB value is (87,70,92). Sum of RGB (Red+Green+Blue) = 87+70+92=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 92 - color contains mainly: blue. Hex color #57465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57465C is #A8B9A3. Grayscale: #4D4D4D. Windows color (decimal): -11057572 or 6047319. OLE color: 6047319.

HSL color Cylindrical-coordinate representation of color #57465C: hue angle of 286.36º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #57465C is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 70 92 -
CMYK 0.05 0.24 0 0.64
HSL 286.36º 0.14% 0.32% -
HSV(B) 286.36º 0.24% 0.36% -
XYZ 8.05 7.18 11.09 -
YUV 77.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 87 70 92 0.05 0.24 0 0.64 286.36 0.14 0.32
Hex 57 46 5C 5 18 0 40 11E E 20
Octal 127 106 134 5 30 0 100 436 16 40
Binary 1010111 1000110 1011100 101 11000 0 1000000 100011110 1110 100000

Color Harmonies of #57465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57465C

Black with #57465C

Text Example


Text Example

White with #57465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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