Html Css Color HEX #52553A Kelp

📋 copy color: '#52553A'

red 82 ◦ green 85 ◦ blue 58

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

Shades of Kelp #52553A

Tints of Kelp #52553A

RGB

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

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

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

R = 36.44%
G = 37.78%
B = 25.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#52553A (or 0x52553A) is known color: Kelp. HEX triplet: 52, 55 and 3A. RGB value is (82,85,58). Sum of RGB (Red+Green+Blue) = 82+85+58=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #52553A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52553A is #ADAAC5. Grayscale: #515151. Windows color (decimal): -11381446 or 3822930. OLE color: 3822930.

HSL color Cylindrical-coordinate representation of color #52553A: hue angle of 66.67º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52553A is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 85 58 -
CMYK 0.04 0 0.32 0.67
HSL 66.67º 0.19% 0.28% -
HSV(B) 66.67º 0.32% 0.33% -
XYZ 7.49 8.6 5.27 -
YUV 81.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 82 85 58 0.04 0 0.32 0.67 66.67 0.19 0.28
Hex 52 55 3A 4 0 20 43 43 13 1C
Octal 122 125 72 4 0 40 103 103 23 34
Binary 1010010 1010101 111010 100 0 100000 1000011 1000011 10011 11100

Color Harmonies of #52553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52553A

Black with #52553A

Text Example


Text Example

White with #52553A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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