Html Css Color HEX #5A585B Fedora

📋 copy color: '#5A585B'

red 90 ◦ green 88 ◦ blue 91

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

Shades of Fedora #5A585B

Tints of Fedora #5A585B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.71%

 BLUE value IS 91 (35.94% from 255) = 33.83%

R = 33.46%
G = 32.71%
B = 33.83%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5A585B (or 0x5A585B) is known color: Fedora. HEX triplet: 5A, 58 and 5B. RGB value is (90,88,91). Sum of RGB (Red+Green+Blue) = 90+88+91=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A585B is #A5A7A4. Grayscale: #585858. Windows color (decimal): -10856357 or 5986394. OLE color: 5986394.

HSL color Cylindrical-coordinate representation of color #5A585B: hue angle of 280º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #5A585B is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 90 88 91 -
CMYK 0.01 0.03 0 0.64
HSL 280º 0.02% 0.35% -
HSV(B) 280º 0.03% 0.36% -
XYZ 9.59 9.91 11.3 -
YUV 88.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 90 88 91 0.01 0.03 0 0.64 280 0.02 0.35
Hex 5A 58 5B 1 3 0 40 118 2 23
Octal 132 130 133 1 3 0 100 430 2 43
Binary 1011010 1011000 1011011 1 11 0 1000000 100011000 10 100011

Color Harmonies of #5A585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A585B

Black with #5A585B

Text Example


Text Example

White with #5A585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,88,91); }

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

background-color css

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

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

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

border-color css

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

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

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