#5D581B

Color #5D581B Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #5D581B

Tints of Costa Del Sol #5D581B

Color information

#5D581B (or 0x5D581B) is unknown color: approx Costa Del Sol. HEX triplet: 5D, 58 and 1B. RGB value is (93,88,27). Sum of RGB (Red+Green+Blue) = 93+88+27=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 93 - color contains mainly: red. Hex color #5D581B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D581B is #A2A7E4. Grayscale: #525252. Windows color (decimal): -10659813 or 1792093. OLE color: 1792093.

HSL color Cylindrical-coordinate representation of color #5D581B: hue angle of 55.45º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D581B is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB938827-
CMYK00.050.710.64
HSL55.45º55%23.53%-
HSV(B)55.45º70.97%36.47%-
XYZ8.29.392.42-
YUV82.5496.66135.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.71%
GREEN value IS 88 (34.77% from 255) = 42.31%
BLUE value IS 27 (10.94% from 255) = 12.98%
R=44.71%
G=42.31%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93882700.050.710.6455.455523.53
Hex5D581B054740373718
Octal1351303305107100676730
Binary101110110110001101101011000111100000011011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D581B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,88,27); }

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

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

 a { background-color: rgb(93,88,27); }

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

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

 span { border-color: rgb(93,88,27); }

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