#515345

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

Shades of Kelp #515345

Tints of Kelp #515345

Color information

#515345 (or 0x515345) is unknown color: approx Kelp. HEX triplet: 51, 53 and 45. RGB value is (81,83,69). Sum of RGB (Red+Green+Blue) = 81+83+69=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 83 - color contains mainly: green. Hex color #515345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515345 is #AEACBA. Grayscale: #505050. Windows color (decimal): -11447483 or 4543313. OLE color: 4543313.

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

Color convert

RGB818369-
CMYK0.0200.170.67
HSL68.57º9.21%29.8%-
HSV(B)68.57º16.87%32.55%-
XYZ7.568.376.85-
YUV80.81121.34128.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 69 (27.34% from 255) = 29.61%
R=34.76%
G=35.62%
B=29.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8183690.0200.170.6768.579.2129.8
Hex5153452011434591e
Octal12112310520211031051136
Binary1010001101001110001011001000110000111000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515345; }

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

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

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

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

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

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

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

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