Html Css Color HEX #585529 Costa Del Sol

📋 copy color: '#585529'

red 88 ◦ green 85 ◦ blue 41

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

Shades of Costa Del Sol #585529

Tints of Costa Del Sol #585529

RGB

 RED value IS 88 (34.77% from 255) = 41.12%

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

 BLUE value IS 41 (16.41% from 255) = 19.16%

R = 41.12%
G = 39.72%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#585529 (or 0x585529) is known color: Costa Del Sol. HEX triplet: 58, 55 and 29. RGB value is (88,85,41). Sum of RGB (Red+Green+Blue) = 88+85+41=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #585529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585529 is #A7AAD6. Grayscale: #515151. Windows color (decimal): -10988247 or 2708824. OLE color: 2708824.

HSL color Cylindrical-coordinate representation of color #585529: hue angle of 56.17º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #585529 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 85 41 -
CMYK 0 0.03 0.53 0.65
HSL 56.17º 0.36% 0.25% -
HSV(B) 56.17º 0.53% 0.35% -
XYZ 7.67 8.73 3.38 -
YUV 80.88 105.49 133.08 -
System Red Green Blue C M Y K H S L
Decimal 88 85 41 0 0.03 0.53 0.65 56.17 0.36 0.25
Hex 58 55 29 0 3 35 41 38 24 19
Octal 130 125 51 0 3 65 101 70 44 31
Binary 1011000 1010101 101001 0 11 110101 1000001 111000 100100 11001

Color Harmonies of #585529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585529

Black with #585529

Text Example


Text Example

White with #585529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585529; }

 p { color: rgb(88,85,41); }

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

background-color css

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

 a { background-color: rgb(88,85,41); }

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

border-color css

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

 span { border-color: rgb(88,85,41); }

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