Html Css Color HEX #52573A Kelp

📋 copy color: '#52573A'

red 82 ◦ green 87 ◦ blue 58

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

Shades of Kelp #52573A

Tints of Kelp #52573A

RGB

 RED value IS 82 (32.42% from 255) = 36.12%

 GREEN value IS 87 (34.38% from 255) = 38.33%

 BLUE value IS 58 (23.05% from 255) = 25.55%

R = 36.12%
G = 38.33%
B = 25.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#52573A (or 0x52573A) is known color: Kelp. HEX triplet: 52, 57 and 3A. RGB value is (82,87,58). Sum of RGB (Red+Green+Blue) = 82+87+58=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 87 - color contains mainly: green. Hex color #52573A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52573A is #ADA8C5. Grayscale: #525252. Windows color (decimal): -11380934 or 3823442. OLE color: 3823442.

HSL color Cylindrical-coordinate representation of color #52573A: hue angle of 70.34º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52573A is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 87 58 -
CMYK 0.06 0 0.33 0.66
HSL 70.34º 0.2% 0.28% -
HSV(B) 70.34º 0.33% 0.34% -
XYZ 7.65 8.92 5.32 -
YUV 82.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 82 87 58 0.06 0 0.33 0.66 70.34 0.2 0.28
Hex 52 57 3A 6 0 21 42 46 14 1C
Octal 122 127 72 6 0 41 102 106 24 34
Binary 1010010 1010111 111010 110 0 100001 1000010 1000110 10100 11100

Color Harmonies of #52573A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52573A

Black with #52573A

Text Example


Text Example

White with #52573A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52573A; }

 p { color: rgb(82,87,58); }

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

background-color css

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

 a { background-color: rgb(82,87,58); }

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

border-color css

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

 span { border-color: rgb(82,87,58); }

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