Html Css Color HEX #515540 Kelp

📋 copy color: '#515540'

red 81 ◦ green 85 ◦ blue 64

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

Shades of Kelp #515540

Tints of Kelp #515540

RGB

 RED value IS 81 (32.03% from 255) = 35.22%

 GREEN value IS 85 (33.59% from 255) = 36.96%

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

R = 35.22%
G = 36.96%
B = 27.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#515540 (or 0x515540) is known color: Kelp. HEX triplet: 51, 55 and 40. RGB value is (81,85,64). Sum of RGB (Red+Green+Blue) = 81+85+64=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 85 - color contains mainly: green. Hex color #515540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515540 is #AEAABF. Grayscale: #515151. Windows color (decimal): -11446976 or 4216145. OLE color: 4216145.

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

Color convert

RGB 81 85 64 -
CMYK 0.05 0 0.25 0.67
HSL 71.43º 0.14% 0.29% -
HSV(B) 71.43º 0.25% 0.33% -
XYZ 7.57 8.62 6.11 -
YUV 81.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 81 85 64 0.05 0 0.25 0.67 71.43 0.14 0.29
Hex 51 55 40 5 0 19 43 47 E 1D
Octal 121 125 100 5 0 31 103 107 16 35
Binary 1010001 1010101 1000000 101 0 11001 1000011 1000111 1110 11101

Color Harmonies of #515540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515540

Black with #515540

Text Example


Text Example

White with #515540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515540; }

 p { color: rgb(81,85,64); }

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

background-color css

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

 a { background-color: rgb(81,85,64); }

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

border-color css

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

 span { border-color: rgb(81,85,64); }

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