#565058

Color #565058 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #565058

Tints of Fedora #565058

Color information

#565058 (or 0x565058) is unknown color: approx Fedora. HEX triplet: 56, 50 and 58. RGB value is (86,80,88). Sum of RGB (Red+Green+Blue) = 86+80+88=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 88 - color contains mainly: blue. Hex color #565058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565058 is #A9AFA7. Grayscale: #525252. Windows color (decimal): -11120552 or 5787734. OLE color: 5787734.

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

Color convert

RGB868088-
CMYK0.020.0900.65
HSL285º4.76%32.94%-
HSV(B)285º9.09%34.51%-
XYZ8.478.4210.41-
YUV82.71130.99130.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.86%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 88 (34.77% from 255) = 34.65%
R=33.86%
G=31.50%
B=34.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8680880.020.0900.652854.7632.94
Hex5650582904111d521
Octal1261201302110101435541
Binary10101101010000101100010100101000001100011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565058; }

 p { color: rgb(86,80,88); }

 H1.HeaderClassName
 {
   color: #565058;
 }
 .AnyTagClassName
 {
   color: #565058;
 }
</style>
background-color css

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

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

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

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

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

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