Html Css Color HEX #52593A Kelp

📋 copy color: '#52593A'

red 82 ◦ green 89 ◦ blue 58

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

Shades of Kelp #52593A

Tints of Kelp #52593A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.86%

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

R = 35.81%
G = 38.86%
B = 25.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#52593A (or 0x52593A) is known color: Kelp. HEX triplet: 52, 59 and 3A. RGB value is (82,89,58). Sum of RGB (Red+Green+Blue) = 82+89+58=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #52593A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52593A is #ADA6C5. Grayscale: #535353. Windows color (decimal): -11380422 or 3823954. OLE color: 3823954.

HSL color Cylindrical-coordinate representation of color #52593A: hue angle of 73.55º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52593A is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 58 -
CMYK 0.08 0 0.35 0.65
HSL 73.55º 0.21% 0.29% -
HSV(B) 73.55º 0.35% 0.35% -
XYZ 7.82 9.24 5.38 -
YUV 83.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 82 89 58 0.08 0 0.35 0.65 73.55 0.21 0.29
Hex 52 59 3A 8 0 23 41 4A 15 1D
Octal 122 131 72 10 0 43 101 112 25 35
Binary 1010010 1011001 111010 1000 0 100011 1000001 1001010 10101 11101

Color Harmonies of #52593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52593A

Black with #52593A

Text Example


Text Example

White with #52593A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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