Html Css Color HEX #575358 Fedora

📋 copy color: '#575358'

red 87 ◦ green 83 ◦ blue 88

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

Shades of Fedora #575358

Tints of Fedora #575358

RGB

 RED value IS 87 (34.38% from 255) = 33.72%

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

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

R = 33.72%
G = 32.17%
B = 34.11%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#575358 (or 0x575358) is known color: Fedora. HEX triplet: 57, 53 and 58. RGB value is (87,83,88). Sum of RGB (Red+Green+Blue) = 87+83+88=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 88 - color contains mainly: blue. Hex color #575358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575358 is #A8ACA7. Grayscale: #545454. Windows color (decimal): -11054248 or 5788503. OLE color: 5788503.

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

Color convert

RGB 87 83 88 -
CMYK 0.01 0.06 0 0.65
HSL 288º 0.03% 0.34% -
HSV(B) 288º 0.06% 0.35% -
XYZ 8.79 8.92 10.49 -
YUV 84.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 87 83 88 0.01 0.06 0 0.65 288 0.03 0.34
Hex 57 53 58 1 6 0 41 120 3 22
Octal 127 123 130 1 6 0 101 440 3 42
Binary 1010111 1010011 1011000 1 110 0 1000001 100100000 11 100010

Color Harmonies of #575358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575358

Black with #575358

Text Example


Text Example

White with #575358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575358; }

 p { color: rgb(87,83,88); }

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

background-color css

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

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

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

border-color css

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

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

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