Html Css Color HEX #5D5363 Fedora

📋 copy color: '#5D5363'

red 93 ◦ green 83 ◦ blue 99

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

Shades of Fedora #5D5363

Tints of Fedora #5D5363

RGB

 RED value IS 93 (36.72% from 255) = 33.82%

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

 BLUE value IS 99 (39.06% from 255) = 36%

R = 33.82%
G = 30.18%
B = 36%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5D5363 (or 0x5D5363) is known color: Fedora. HEX triplet: 5D, 53 and 63. RGB value is (93,83,99). Sum of RGB (Red+Green+Blue) = 93+83+99=275 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.82% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D5363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5363 is #A2AC9C. Grayscale: #575757. Windows color (decimal): -10661021 or 6509405. OLE color: 6509405.

HSL color Cylindrical-coordinate representation of color #5D5363: hue angle of 277.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5D5363 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 93 83 99 -
CMYK 0.06 0.16 0 0.61
HSL 277.5º 0.09% 0.36% -
HSV(B) 277.5º 0.16% 0.39% -
XYZ 9.86 9.41 13.1 -
YUV 87.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 93 83 99 0.06 0.16 0 0.61 277.5 0.09 0.36
Hex 5D 53 63 6 10 0 3D 116 9 24
Octal 135 123 143 6 20 0 75 426 11 44
Binary 1011101 1010011 1100011 110 10000 0 111101 100010110 1001 100100

Color Harmonies of #5D5363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5363

Black with #5D5363

Text Example


Text Example

White with #5D5363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D5363; }

 p { color: rgb(93,83,99); }

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

background-color css

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

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

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

border-color css

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

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

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