#525440

Color #525440 Kelp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelp #525440

Tints of Kelp #525440

Color information

#525440 (or 0x525440) is unknown color: approx 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

RGB828464-
CMYK0.0200.240.67
HSL66º13.51%29.02%-
HSV(B)66º23.81%32.94%-
XYZ7.588.56.09-
YUV81.12118.34128.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.65%
GREEN value IS 84 (33.20% 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 (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284640.0200.240.676613.5129.02
Hex52544020184342e1d
Octal12212410020301031021635
Binary1010010101010010000001001100010000111000010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>