#535645

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

Shades of Kelp #535645

Tints of Kelp #535645

Color information

#535645 (or 0x535645) is unknown color: approx Kelp. HEX triplet: 53, 56 and 45. RGB value is (83,86,69). Sum of RGB (Red+Green+Blue) = 83+86+69=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 86 - color contains mainly: green. Hex color #535645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535645 is #ACA9BA. Grayscale: #535353. Windows color (decimal): -11315643 or 4544083. OLE color: 4544083.

HSL color Cylindrical-coordinate representation of color #535645: hue angle of 70.59º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #535645 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB838669-
CMYK0.0300.200.66
HSL70.59º10.97%30.39%-
HSV(B)70.59º19.77%33.73%-
XYZ7.978.926.93-
YUV83.16120.01127.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 69 (27.34% from 255) = 28.99%
R=34.87%
G=36.13%
B=28.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386690.0300.200.6670.5910.9730.39
Hex53564530144247b1e
Octal12312610530241021071336
Binary1010011101011010001011101010010000101000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535645; }

 p { color: rgb(83,86,69); }

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

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

 a { background-color: rgb(83,86,69); }

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

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

 span { border-color: rgb(83,86,69); }

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