Html Css Color HEX #52593B Kelp

📋 copy color: '#52593B'

red 82 ◦ green 89 ◦ blue 59

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

Shades of Kelp #52593B

Tints of Kelp #52593B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.65%

R = 35.65%
G = 38.7%
B = 25.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#52593B (or 0x52593B) is known color: Kelp. HEX triplet: 52, 59 and 3B. RGB value is (82,89,59). Sum of RGB (Red+Green+Blue) = 82+89+59=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 89 - color contains mainly: green. Hex color #52593B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52593B is #ADA6C4. Grayscale: #535353. Windows color (decimal): -11380421 or 3889490. OLE color: 3889490.

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

Color convert

RGB 82 89 59 -
CMYK 0.08 0 0.34 0.65
HSL 74º 0.2% 0.29% -
HSV(B) 74º 0.34% 0.35% -
XYZ 7.84 9.25 5.51 -
YUV 83.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 82 89 59 0.08 0 0.34 0.65 74 0.2 0.29
Hex 52 59 3B 8 0 22 41 4A 14 1D
Octal 122 131 73 10 0 42 101 112 24 35
Binary 1010010 1011001 111011 1000 0 100010 1000001 1001010 10100 11101

Color Harmonies of #52593B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52593B

Black with #52593B

Text Example


Text Example

White with #52593B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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