#525538

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

Shades of Kelp #525538

Tints of Kelp #525538

Color information

#525538 (or 0x525538) is unknown color: approx Kelp. HEX triplet: 52, 55 and 38. RGB value is (82,85,56). Sum of RGB (Red+Green+Blue) = 82+85+56=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #525538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525538 is #ADAAC7. Grayscale: #505050. Windows color (decimal): -11381448 or 3691858. OLE color: 3691858.

HSL color Cylindrical-coordinate representation of color #525538: hue angle of 66.21º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #525538 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB828556-
CMYK0.0400.340.67
HSL66.21º20.57%27.65%-
HSV(B)66.21º34.12%33.33%-
XYZ7.448.585-
YUV80.8114.01128.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.77%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 56 (22.27% from 255) = 25.11%
R=36.77%
G=38.12%
B=25.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285560.0400.340.6766.2120.5727.65
Hex52553840224342151c
Octal1221257040421031022534
Binary101001010101011110001000100010100001110000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525538; }

 p { color: rgb(82,85,56); }

 H1.HeaderClassName
 {
   color: #525538;
 }
 .AnyTagClassName
 {
   color: #525538;
 }
</style>
background-color css

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

 a { background-color: rgb(82,85,56); }

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

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

 span { border-color: rgb(82,85,56); }

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