Html Css Color HEX #555356 Fedora

📋 copy color: '#555356'

red 85 ◦ green 83 ◦ blue 86

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

Shades of Fedora #555356

Tints of Fedora #555356

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.68%

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

R = 33.46%
G = 32.68%
B = 33.86%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#555356 (or 0x555356) is known color: Fedora. HEX triplet: 55, 53 and 56. RGB value is (85,83,86). Sum of RGB (Red+Green+Blue) = 85+83+86=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 86 - color contains mainly: blue. Hex color #555356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555356 is #AAACA9. Grayscale: #535353. Windows color (decimal): -11185322 or 5657429. OLE color: 5657429.

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

Color convert

RGB 85 83 86 -
CMYK 0.01 0.03 0 0.66
HSL 280º 0.02% 0.33% -
HSV(B) 280º 0.03% 0.34% -
XYZ 8.52 8.79 10.05 -
YUV 83.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 85 83 86 0.01 0.03 0 0.66 280 0.02 0.33
Hex 55 53 56 1 3 0 42 118 2 21
Octal 125 123 126 1 3 0 102 430 2 41
Binary 1010101 1010011 1010110 1 11 0 1000010 100011000 10 100001

Color Harmonies of #555356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555356

Black with #555356

Text Example


Text Example

White with #555356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555356; }

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

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

background-color css

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

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

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

border-color css

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

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

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