#5D434B

Color #5D434B Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #5D434B

Tints of Tawny Port #5D434B

Color information

#5D434B (or 0x5D434B) is unknown color: approx Tawny Port. HEX triplet: 5D, 43 and 4B. RGB value is (93,67,75). Sum of RGB (Red+Green+Blue) = 93+67+75=235 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.57% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 93 - color contains mainly: red. Hex color #5D434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D434B is #A2BCB4. Grayscale: #4B4B4B. Windows color (decimal): -10665141 or 4932445. OLE color: 4932445.

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

Color convert

RGB936775-
CMYK00.280.190.64
HSL341.54º16.25%31.37%-
HSV(B)341.54º27.96%36.47%-
XYZ7.796.857.57-
YUV75.69127.61140.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 39.57%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=39.57%
G=28.51%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93677500.280.190.64341.5416.2531.37
Hex5D434B01C1340156101f
Octal135103113034231005262037
Binary1011101100001110010110111001001110000001010101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,67,75); }

 H1.HeaderClassName
 {
   color: #5D434B;
 }
 .AnyTagClassName
 {
   color: #5D434B;
 }
</style>
background-color css

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

 a { background-color: rgb(93,67,75); }

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

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

 span { border-color: rgb(93,67,75); }

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