Html Css Color HEX #525637 Kelp

📋 copy color: '#525637'

red 82 ◦ green 86 ◦ blue 55

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

Shades of Kelp #525637

Tints of Kelp #525637

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.57%

 BLUE value IS 55 (21.88% from 255) = 24.66%

R = 36.77%
G = 38.57%
B = 24.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.66

RGB Variations

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

Color information

#525637 (or 0x525637) is known color: Kelp. HEX triplet: 52, 56 and 37. RGB value is (82,86,55). Sum of RGB (Red+Green+Blue) = 82+86+55=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 86 - color contains mainly: green. Hex color #525637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525637 is #ADA9C8. Grayscale: #515151. Windows color (decimal): -11381193 or 3626578. OLE color: 3626578.

HSL color Cylindrical-coordinate representation of color #525637: hue angle of 67.74º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #525637 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 86 55 -
CMYK 0.05 0 0.36 0.66
HSL 67.74º 0.22% 0.28% -
HSV(B) 67.74º 0.36% 0.34% -
XYZ 7.5 8.73 4.9 -
YUV 81.27 113.17 128.52 -
System Red Green Blue C M Y K H S L
Decimal 82 86 55 0.05 0 0.36 0.66 67.74 0.22 0.28
Hex 52 56 37 5 0 24 42 44 16 1C
Octal 122 126 67 5 0 44 102 104 26 34
Binary 1010010 1010110 110111 101 0 100100 1000010 1000100 10110 11100

Color Harmonies of #525637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525637

Black with #525637

Text Example


Text Example

White with #525637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525637; }

 p { color: rgb(82,86,55); }

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

background-color css

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

 a { background-color: rgb(82,86,55); }

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

border-color css

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

 span { border-color: rgb(82,86,55); }

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