Html Css Color HEX #554A5A Fedora

📋 copy color: '#554A5A'

red 85 ◦ green 74 ◦ blue 90

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

Shades of Fedora #554A5A

Tints of Fedora #554A5A

RGB

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

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

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

R = 34.14%
G = 29.72%
B = 36.14%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#554A5A (or 0x554A5A) is known color: Fedora. HEX triplet: 55, 4A and 5A. RGB value is (85,74,90). Sum of RGB (Red+Green+Blue) = 85+74+90=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 90 - color contains mainly: blue. Hex color #554A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554A5A is #AAB5A5. Grayscale: #4F4F4F. Windows color (decimal): -11187622 or 5917269. OLE color: 5917269.

HSL color Cylindrical-coordinate representation of color #554A5A: hue angle of 281.25º 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 #554A5A is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 74 90 -
CMYK 0.06 0.18 0 0.65
HSL 281.25º 0.1% 0.32% -
HSV(B) 281.25º 0.18% 0.35% -
XYZ 8.04 7.57 10.71 -
YUV 79.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 85 74 90 0.06 0.18 0 0.65 281.25 0.1 0.32
Hex 55 4A 5A 6 12 0 41 119 A 20
Octal 125 112 132 6 22 0 101 431 12 40
Binary 1010101 1001010 1011010 110 10010 0 1000001 100011001 1010 100000

Color Harmonies of #554A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A5A

Black with #554A5A

Text Example


Text Example

White with #554A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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