Html Css Color HEX #555157 Fedora

📋 copy color: '#555157'

red 85 ◦ green 81 ◦ blue 87

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

Shades of Fedora #555157

Tints of Fedora #555157

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.02%

 BLUE value IS 87 (34.38% from 255) = 34.39%

R = 33.6%
G = 32.02%
B = 34.39%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#555157 (or 0x555157) is known color: Fedora. HEX triplet: 55, 51 and 57. RGB value is (85,81,87). Sum of RGB (Red+Green+Blue) = 85+81+87=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 87 - color contains mainly: blue. Hex color #555157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555157 is #AAAEA8. Grayscale: #525252. Windows color (decimal): -11185833 or 5722453. OLE color: 5722453.

HSL color Cylindrical-coordinate representation of color #555157: hue angle of 280º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #555157 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 81 87 -
CMYK 0.02 0.07 0 0.66
HSL 280º 0.04% 0.33% -
HSV(B) 280º 0.07% 0.34% -
XYZ 8.41 8.5 10.22 -
YUV 82.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 85 81 87 0.02 0.07 0 0.66 280 0.04 0.33
Hex 55 51 57 2 7 0 42 118 4 21
Octal 125 121 127 2 7 0 102 430 4 41
Binary 1010101 1010001 1010111 10 111 0 1000010 100011000 100 100001

Color Harmonies of #555157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555157

Black with #555157

Text Example


Text Example

White with #555157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555157; }

 p { color: rgb(85,81,87); }

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

background-color css

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

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

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

border-color css

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

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

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