Html Css Color HEX #5D5520 Costa Del Sol

📋 copy color: '#5D5520'

red 93 ◦ green 85 ◦ blue 32

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

Shades of Costa Del Sol #5D5520

Tints of Costa Del Sol #5D5520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.48%

 BLUE value IS 32 (12.89% from 255) = 15.24%

R = 44.29%
G = 40.48%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#5D5520 (or 0x5D5520) is known color: Costa Del Sol. HEX triplet: 5D, 55 and 20. RGB value is (93,85,32). Sum of RGB (Red+Green+Blue) = 93+85+32=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5520 is #A2AADF. Grayscale: #515151. Windows color (decimal): -10660576 or 2119005. OLE color: 2119005.

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

Color convert

RGB 93 85 32 -
CMYK 0 0.09 0.66 0.64
HSL 52.13º 0.49% 0.25% -
HSV(B) 52.13º 0.66% 0.36% -
XYZ 8.02 8.93 2.67 -
YUV 81.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 93 85 32 0 0.09 0.66 0.64 52.13 0.49 0.25
Hex 5D 55 20 0 9 42 40 34 31 19
Octal 135 125 40 0 11 102 100 64 61 31
Binary 1011101 1010101 100000 0 1001 1000010 1000000 110100 110001 11001

Color Harmonies of #5D5520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5520

Black with #5D5520

Text Example


Text Example

White with #5D5520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,85,32); }

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

background-color css

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

 a { background-color: rgb(93,85,32); }

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

border-color css

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

 span { border-color: rgb(93,85,32); }

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