Html Css Color HEX #5A555A Fedora

📋 copy color: '#5A555A'

red 90 ◦ green 85 ◦ blue 90

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

Shades of Fedora #5A555A

Tints of Fedora #5A555A

RGB

 RED value IS 90 (35.55% from 255) = 33.96%

 GREEN value IS 85 (33.59% from 255) = 32.08%

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

R = 33.96%
G = 32.08%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#5A555A (or 0x5A555A) is known color: Fedora. HEX triplet: 5A, 55 and 5A. RGB value is (90,85,90). Sum of RGB (Red+Green+Blue) = 90+85+90=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A555A is #A5AAA5. Grayscale: #575757. Windows color (decimal): -10857126 or 5920090. OLE color: 5920090.

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

Color convert

RGB 90 85 90 -
CMYK 0 0.06 0 0.65
HSL 300º 0.03% 0.34% -
HSV(B) 300º 0.06% 0.35% -
XYZ 9.31 9.41 11 -
YUV 87.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 90 85 90 0 0.06 0 0.65 300 0.03 0.34
Hex 5A 55 5A 0 6 0 41 12C 3 22
Octal 132 125 132 0 6 0 101 454 3 42
Binary 1011010 1010101 1011010 0 110 0 1000001 100101100 11 100010

Color Harmonies of #5A555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A555A

Black with #5A555A

Text Example


Text Example

White with #5A555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A555A; }

 p { color: rgb(90,85,90); }

 H1.HeaderClassName
 {
   color: #5A555A;
 }
 .AnyTagClassName
 {
   color: #5A555A;
 }
</style>

background-color css

<style>
 a { background-color: #5A555A; }

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

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

border-color css

<style>
 span { border-color: #5A555A; }

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

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