Html Css Color HEX #5D464E Finn

📋 copy color: '#5D464E'

red 93 ◦ green 70 ◦ blue 78

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

Shades of Finn #5D464E

Tints of Finn #5D464E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.05%

 BLUE value IS 78 (30.86% from 255) = 32.37%

R = 38.59%
G = 29.05%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#5D464E (or 0x5D464E) is known color: Finn. HEX triplet: 5D, 46 and 4E. RGB value is (93,70,78). Sum of RGB (Red+Green+Blue) = 93+70+78=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 93 - color contains mainly: red. Hex color #5D464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D464E is #A2B9B1. Grayscale: #4D4D4D. Windows color (decimal): -10664370 or 5129821. OLE color: 5129821.

HSL color Cylindrical-coordinate representation of color #5D464E: hue angle of 339.13º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5D464E is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 70 78 -
CMYK 0 0.25 0.16 0.64
HSL 339.13º 0.14% 0.32% -
HSV(B) 339.13º 0.25% 0.36% -
XYZ 8.08 7.26 8.18 -
YUV 77.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 93 70 78 0 0.25 0.16 0.64 339.13 0.14 0.32
Hex 5D 46 4E 0 19 10 40 153 E 20
Octal 135 106 116 0 31 20 100 523 16 40
Binary 1011101 1000110 1001110 0 11001 10000 1000000 101010011 1110 100000

Color Harmonies of #5D464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D464E

Black with #5D464E

Text Example


Text Example

White with #5D464E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,70,78); }

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

background-color css

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

 a { background-color: rgb(93,70,78); }

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

border-color css

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

 span { border-color: rgb(93,70,78); }

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