Html Css Color HEX #525740 Kelp

📋 copy color: '#525740'

red 82 ◦ green 87 ◦ blue 64

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

Shades of Kelp #525740

Tints of Kelp #525740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.34%

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

R = 35.19%
G = 37.34%
B = 27.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#525740 (or 0x525740) is known color: Kelp. HEX triplet: 52, 57 and 40. RGB value is (82,87,64). Sum of RGB (Red+Green+Blue) = 82+87+64=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 87 - color contains mainly: green. Hex color #525740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525740 is #ADA8BF. Grayscale: #525252. Windows color (decimal): -11380928 or 4216658. OLE color: 4216658.

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

Color convert

RGB 82 87 64 -
CMYK 0.06 0 0.26 0.66
HSL 73.04º 0.15% 0.3% -
HSV(B) 73.04º 0.26% 0.34% -
XYZ 7.81 8.98 6.17 -
YUV 82.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 82 87 64 0.06 0 0.26 0.66 73.04 0.15 0.3
Hex 52 57 40 6 0 1A 42 49 F 1E
Octal 122 127 100 6 0 32 102 111 17 36
Binary 1010010 1010111 1000000 110 0 11010 1000010 1001001 1111 11110

Color Harmonies of #525740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525740

Black with #525740

Text Example


Text Example

White with #525740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525740; }

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

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

background-color css

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

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

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

border-color css

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

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

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