Html Css Color HEX #565058 Fedora

📋 copy color: '#565058'

red 86 ◦ green 80 ◦ blue 88

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

Shades of Fedora #565058

Tints of Fedora #565058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.5%

 BLUE value IS 88 (34.77% from 255) = 34.65%

R = 33.86%
G = 31.5%
B = 34.65%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#565058 (or 0x565058) is known color: 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

RGB 86 80 88 -
CMYK 0.02 0.09 0 0.65
HSL 285º 0.05% 0.33% -
HSV(B) 285º 0.09% 0.35% -
XYZ 8.47 8.42 10.41 -
YUV 82.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 86 80 88 0.02 0.09 0 0.65 285 0.05 0.33
Hex 56 50 58 2 9 0 41 11D 5 21
Octal 126 120 130 2 11 0 101 435 5 41
Binary 1010110 1010000 1011000 10 1001 0 1000001 100011101 101 100001

Color Harmonies of #565058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565058

Black with #565058

Text Example


Text Example

White with #565058

Text Example


Text Example

HTML Codes & Css Web 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>