Html Css Color HEX #554E59 Fedora

📋 copy color: '#554E59'

red 85 ◦ green 78 ◦ blue 89

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

Shades of Fedora #554E59

Tints of Fedora #554E59

RGB

 RED value IS 85 (33.59% from 255) = 33.73%

 GREEN value IS 78 (30.86% from 255) = 30.95%

 BLUE value IS 89 (35.16% from 255) = 35.32%

R = 33.73%
G = 30.95%
B = 35.32%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#554E59 (or 0x554E59) is known color: Fedora. HEX triplet: 55, 4E and 59. RGB value is (85,78,89). Sum of RGB (Red+Green+Blue) = 85+78+89=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 89 - color contains mainly: blue. Hex color #554E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E59 is #AAB1A6. Grayscale: #515151. Windows color (decimal): -11186599 or 5852757. OLE color: 5852757.

HSL color Cylindrical-coordinate representation of color #554E59: hue angle of 278.18º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #554E59 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 78 89 -
CMYK 0.04 0.12 0 0.65
HSL 278.18º 0.07% 0.33% -
HSV(B) 278.18º 0.12% 0.35% -
XYZ 8.27 8.1 10.58 -
YUV 81.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 85 78 89 0.04 0.12 0 0.65 278.18 0.07 0.33
Hex 55 4E 59 4 C 0 41 116 7 21
Octal 125 116 131 4 14 0 101 426 7 41
Binary 1010101 1001110 1011001 100 1100 0 1000001 100010110 111 100001

Color Harmonies of #554E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E59

Black with #554E59

Text Example


Text Example

White with #554E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554E59; }

 p { color: rgb(85,78,89); }

 H1.HeaderClassName
 {
   color: #554E59;
 }
 .AnyTagClassName
 {
   color: #554E59;
 }
</style>

background-color css

<style>
 a { background-color: #554E59; }

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

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

border-color css

<style>
 span { border-color: #554E59; }

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

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