Html Css Color HEX #5D4C65 Fedora

📋 copy color: '#5D4C65'

red 93 ◦ green 76 ◦ blue 101

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

Shades of Fedora #5D4C65

Tints of Fedora #5D4C65

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

 BLUE value IS 101 (39.84% from 255) = 37.41%

R = 34.44%
G = 28.15%
B = 37.41%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5D4C65 (or 0x5D4C65) is known color: Fedora. HEX triplet: 5D, 4C and 65. RGB value is (93,76,101). Sum of RGB (Red+Green+Blue) = 93+76+101=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 101 - color contains mainly: blue. Hex color #5D4C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4C65 is #A2B39A. Grayscale: #535353. Windows color (decimal): -10662811 or 6638685. OLE color: 6638685.

HSL color Cylindrical-coordinate representation of color #5D4C65: hue angle of 280.8º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5D4C65 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 93 76 101 -
CMYK 0.08 0.25 0 0.60
HSL 280.8º 0.14% 0.35% -
HSV(B) 280.8º 0.25% 0.4% -
XYZ 9.45 8.44 13.44 -
YUV 83.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 93 76 101 0.08 0.25 0 0.60 280.8 0.14 0.35
Hex 5D 4C 65 8 19 0 3C 119 E 23
Octal 135 114 145 10 31 0 74 431 16 43
Binary 1011101 1001100 1100101 1000 11001 0 111100 100011001 1110 100011

Color Harmonies of #5D4C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4C65

Black with #5D4C65

Text Example


Text Example

White with #5D4C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,76,101); }

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

background-color css

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

 a { background-color: rgb(93,76,101); }

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

border-color css

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

 span { border-color: rgb(93,76,101); }

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