Html Css Color HEX #585526 Costa Del Sol

📋 copy color: '#585526'

red 88 ◦ green 85 ◦ blue 38

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

Shades of Costa Del Sol #585526

Tints of Costa Del Sol #585526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.01%

R = 41.71%
G = 40.28%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#585526 (or 0x585526) is known color: Costa Del Sol. HEX triplet: 58, 55 and 26. RGB value is (88,85,38). Sum of RGB (Red+Green+Blue) = 88+85+38=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #585526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585526 is #A7AAD9. Grayscale: #505050. Windows color (decimal): -10988250 or 2512216. OLE color: 2512216.

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

Color convert

RGB 88 85 38 -
CMYK 0 0.03 0.57 0.65
HSL 56.4º 0.4% 0.25% -
HSV(B) 56.4º 0.57% 0.35% -
XYZ 7.62 8.71 3.11 -
YUV 80.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 88 85 38 0 0.03 0.57 0.65 56.4 0.4 0.25
Hex 58 55 26 0 3 39 41 38 28 19
Octal 130 125 46 0 3 71 101 70 50 31
Binary 1011000 1010101 100110 0 11 111001 1000001 111000 101000 11001

Color Harmonies of #585526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585526

Black with #585526

Text Example


Text Example

White with #585526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585526; }

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

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

background-color css

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

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

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

border-color css

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

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

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