Html Css Color HEX #574A5A Fedora

📋 copy color: '#574A5A'

red 87 ◦ green 74 ◦ blue 90

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

Shades of Fedora #574A5A

Tints of Fedora #574A5A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.48%

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

R = 34.66%
G = 29.48%
B = 35.86%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#574A5A (or 0x574A5A) is known color: Fedora. HEX triplet: 57, 4A and 5A. RGB value is (87,74,90). Sum of RGB (Red+Green+Blue) = 87+74+90=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 90 - color contains mainly: blue. Hex color #574A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A5A is #A8B5A5. Grayscale: #4F4F4F. Windows color (decimal): -11056550 or 5917271. OLE color: 5917271.

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

Color convert

RGB 87 74 90 -
CMYK 0.03 0.18 0 0.65
HSL 288.75º 0.1% 0.32% -
HSV(B) 288.75º 0.18% 0.35% -
XYZ 8.22 7.66 10.72 -
YUV 79.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 87 74 90 0.03 0.18 0 0.65 288.75 0.1 0.32
Hex 57 4A 5A 3 12 0 41 121 A 20
Octal 127 112 132 3 22 0 101 441 12 40
Binary 1010111 1001010 1011010 11 10010 0 1000001 100100001 1010 100000

Color Harmonies of #574A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574A5A

Black with #574A5A

Text Example


Text Example

White with #574A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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