Html Css Color HEX #565258 Fedora

📋 copy color: '#565258'

red 86 ◦ green 82 ◦ blue 88

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

Shades of Fedora #565258

Tints of Fedora #565258

RGB

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

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

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

R = 33.59%
G = 32.03%
B = 34.38%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#565258 (or 0x565258) is known color: Fedora. HEX triplet: 56, 52 and 58. RGB value is (86,82,88). Sum of RGB (Red+Green+Blue) = 86+82+88=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 88 - color contains mainly: blue. Hex color #565258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565258 is #A9ADA7. Grayscale: #535353. Windows color (decimal): -11120040 or 5788246. OLE color: 5788246.

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

Color convert

RGB 86 82 88 -
CMYK 0.02 0.07 0 0.65
HSL 280º 0.04% 0.33% -
HSV(B) 280º 0.07% 0.35% -
XYZ 8.62 8.72 10.46 -
YUV 83.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 86 82 88 0.02 0.07 0 0.65 280 0.04 0.33
Hex 56 52 58 2 7 0 41 118 4 21
Octal 126 122 130 2 7 0 101 430 4 41
Binary 1010110 1010010 1011000 10 111 0 1000001 100011000 100 100001

Color Harmonies of #565258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565258

Black with #565258

Text Example


Text Example

White with #565258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565258; }

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

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

background-color css

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

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

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

border-color css

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

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

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