Html Css Color HEX #555256 Fedora

📋 copy color: '#555256'

red 85 ◦ green 82 ◦ blue 86

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

Shades of Fedora #555256

Tints of Fedora #555256

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.41%

 BLUE value IS 86 (33.98% from 255) = 33.99%

R = 33.6%
G = 32.41%
B = 33.99%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#555256 (or 0x555256) is known color: Fedora. HEX triplet: 55, 52 and 56. RGB value is (85,82,86). Sum of RGB (Red+Green+Blue) = 85+82+86=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 86 - color contains mainly: blue. Hex color #555256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555256 is #AAADA9. Grayscale: #535353. Windows color (decimal): -11185578 or 5657173. OLE color: 5657173.

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

Color convert

RGB 85 82 86 -
CMYK 0.01 0.05 0 0.66
HSL 285º 0.02% 0.33% -
HSV(B) 285º 0.05% 0.34% -
XYZ 8.44 8.64 10.03 -
YUV 83.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 85 82 86 0.01 0.05 0 0.66 285 0.02 0.33
Hex 55 52 56 1 5 0 42 11D 2 21
Octal 125 122 126 1 5 0 102 435 2 41
Binary 1010101 1010010 1010110 1 101 0 1000010 100011101 10 100001

Color Harmonies of #555256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555256

Black with #555256

Text Example


Text Example

White with #555256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555256; }

 p { color: rgb(85,82,86); }

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

background-color css

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

 a { background-color: rgb(85,82,86); }

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

border-color css

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

 span { border-color: rgb(85,82,86); }

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