Html Css Color HEX #575525 Costa Del Sol

📋 copy color: '#575525'

red 87 ◦ green 85 ◦ blue 37

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

Shades of Costa Del Sol #575525

Tints of Costa Del Sol #575525

RGB

 RED value IS 87 (34.38% from 255) = 41.63%

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

 BLUE value IS 37 (14.84% from 255) = 17.7%

R = 41.63%
G = 40.67%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#575525 (or 0x575525) is known color: Costa Del Sol. HEX triplet: 57, 55 and 25. RGB value is (87,85,37). Sum of RGB (Red+Green+Blue) = 87+85+37=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 87 - color contains mainly: red. Hex color #575525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575525 is #A8AADA. Grayscale: #505050. Windows color (decimal): -11053787 or 2446679. OLE color: 2446679.

HSL color Cylindrical-coordinate representation of color #575525: hue angle of 57.6º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #575525 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 85 37 -
CMYK 0 0.02 0.57 0.66
HSL 57.6º 0.4% 0.24% -
HSV(B) 57.6º 0.57% 0.34% -
XYZ 7.51 8.66 3.03 -
YUV 80.13 103.66 132.9 -
System Red Green Blue C M Y K H S L
Decimal 87 85 37 0 0.02 0.57 0.66 57.6 0.4 0.24
Hex 57 55 25 0 2 39 42 3A 28 18
Octal 127 125 45 0 2 71 102 72 50 30
Binary 1010111 1010101 100101 0 10 111001 1000010 111010 101000 11000

Color Harmonies of #575525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575525

Black with #575525

Text Example


Text Example

White with #575525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575525; }

 p { color: rgb(87,85,37); }

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

background-color css

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

 a { background-color: rgb(87,85,37); }

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

border-color css

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

 span { border-color: rgb(87,85,37); }

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