Html Css Color HEX #525440 Kelp

📋 copy color: '#525440'

red 82 ◦ green 84 ◦ blue 64

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

Shades of Kelp #525440

Tints of Kelp #525440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.52%

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

R = 35.65%
G = 36.52%
B = 27.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#525440 (or 0x525440) is known color: Kelp. HEX triplet: 52, 54 and 40. RGB value is (82,84,64). Sum of RGB (Red+Green+Blue) = 82+84+64=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 84 - color contains mainly: green. Hex color #525440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525440 is #ADABBF. Grayscale: #515151. Windows color (decimal): -11381696 or 4215890. OLE color: 4215890.

HSL color Cylindrical-coordinate representation of color #525440: hue angle of 66º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #525440 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 84 64 -
CMYK 0.02 0 0.24 0.67
HSL 66º 0.14% 0.29% -
HSV(B) 66º 0.24% 0.33% -
XYZ 7.58 8.5 6.09 -
YUV 81.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 82 84 64 0.02 0 0.24 0.67 66 0.14 0.29
Hex 52 54 40 2 0 18 43 42 E 1D
Octal 122 124 100 2 0 30 103 102 16 35
Binary 1010010 1010100 1000000 10 0 11000 1000011 1000010 1110 11101

Color Harmonies of #525440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525440

Black with #525440

Text Example


Text Example

White with #525440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525440; }

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

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

background-color css

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

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

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

border-color css

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

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

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