Html Css Color HEX #525640 Kelp

📋 copy color: '#525640'

red 82 ◦ green 86 ◦ blue 64

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

Shades of Kelp #525640

Tints of Kelp #525640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.59%

R = 35.34%
G = 37.07%
B = 27.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#525640 (or 0x525640) is known color: Kelp. HEX triplet: 52, 56 and 40. RGB value is (82,86,64). Sum of RGB (Red+Green+Blue) = 82+86+64=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 86 - color contains mainly: green. Hex color #525640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525640 is #ADA9BF. Grayscale: #525252. Windows color (decimal): -11381184 or 4216402. OLE color: 4216402.

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

Color convert

RGB 82 86 64 -
CMYK 0.05 0 0.26 0.66
HSL 70.91º 0.15% 0.29% -
HSV(B) 70.91º 0.26% 0.34% -
XYZ 7.73 8.82 6.15 -
YUV 82.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 82 86 64 0.05 0 0.26 0.66 70.91 0.15 0.29
Hex 52 56 40 5 0 1A 42 47 F 1D
Octal 122 126 100 5 0 32 102 107 17 35
Binary 1010010 1010110 1000000 101 0 11010 1000010 1000111 1111 11101

Color Harmonies of #525640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525640

Black with #525640

Text Example


Text Example

White with #525640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525640; }

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

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

background-color css

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

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

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

border-color css

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

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

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