Html Css Color HEX #565356 Fedora

📋 copy color: '#565356'

red 86 ◦ green 83 ◦ blue 86

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

Shades of Fedora #565356

Tints of Fedora #565356

RGB

 RED value IS 86 (33.98% from 255) = 33.73%

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

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

R = 33.73%
G = 32.55%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#565356 (or 0x565356) is known color: Fedora. HEX triplet: 56, 53 and 56. RGB value is (86,83,86). Sum of RGB (Red+Green+Blue) = 86+83+86=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 86 - color contains mainly: red, blue. Hex color #565356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565356 is #A9ACA9. Grayscale: #545454. Windows color (decimal): -11119786 or 5657430. OLE color: 5657430.

HSL color Cylindrical-coordinate representation of color #565356: hue angle of 300º 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 #565356 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 83 86 -
CMYK 0 0.03 0 0.66
HSL 300º 0.02% 0.33% -
HSV(B) 300º 0.03% 0.34% -
XYZ 8.61 8.84 10.06 -
YUV 84.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 86 83 86 0 0.03 0 0.66 300 0.02 0.33
Hex 56 53 56 0 3 0 42 12C 2 21
Octal 126 123 126 0 3 0 102 454 2 41
Binary 1010110 1010011 1010110 0 11 0 1000010 100101100 10 100001

Color Harmonies of #565356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565356

Black with #565356

Text Example


Text Example

White with #565356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565356; }

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

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

background-color css

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

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

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

border-color css

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

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

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