Html Css Color HEX #554E58 Fedora

📋 copy color: '#554E58'

red 85 ◦ green 78 ◦ blue 88

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

Shades of Fedora #554E58

Tints of Fedora #554E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.06%

R = 33.86%
G = 31.08%
B = 35.06%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#554E58 (or 0x554E58) is known color: Fedora. HEX triplet: 55, 4E and 58. RGB value is (85,78,88). Sum of RGB (Red+Green+Blue) = 85+78+88=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 88 - color contains mainly: blue. Hex color #554E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E58 is #AAB1A7. Grayscale: #515151. Windows color (decimal): -11186600 or 5787221. OLE color: 5787221.

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

Color convert

RGB 85 78 88 -
CMYK 0.03 0.11 0 0.65
HSL 282º 0.06% 0.33% -
HSV(B) 282º 0.11% 0.35% -
XYZ 8.23 8.08 10.36 -
YUV 81.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 85 78 88 0.03 0.11 0 0.65 282 0.06 0.33
Hex 55 4E 58 3 B 0 41 11A 6 21
Octal 125 116 130 3 13 0 101 432 6 41
Binary 1010101 1001110 1011000 11 1011 0 1000001 100011010 110 100001

Color Harmonies of #554E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E58

Black with #554E58

Text Example


Text Example

White with #554E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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