Html Css Color HEX #515440 Kelp

📋 copy color: '#515440'

red 81 ◦ green 84 ◦ blue 64

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

Shades of Kelp #515440

Tints of Kelp #515440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.68%

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

R = 35.37%
G = 36.68%
B = 27.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#515440 (or 0x515440) is known color: Kelp. HEX triplet: 51, 54 and 40. RGB value is (81,84,64). Sum of RGB (Red+Green+Blue) = 81+84+64=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 84 - color contains mainly: green. Hex color #515440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515440 is #AEABBF. Grayscale: #505050. Windows color (decimal): -11447232 or 4215889. OLE color: 4215889.

HSL color Cylindrical-coordinate representation of color #515440: hue angle of 69º 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 #515440 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 84 64 -
CMYK 0.04 0 0.24 0.67
HSL 69º 0.14% 0.29% -
HSV(B) 69º 0.24% 0.33% -
XYZ 7.49 8.46 6.09 -
YUV 80.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 81 84 64 0.04 0 0.24 0.67 69 0.14 0.29
Hex 51 54 40 4 0 18 43 45 E 1D
Octal 121 124 100 4 0 30 103 105 16 35
Binary 1010001 1010100 1000000 100 0 11000 1000011 1000101 1110 11101

Color Harmonies of #515440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515440

Black with #515440

Text Example


Text Example

White with #515440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515440; }

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

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

background-color css

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

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

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

border-color css

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

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

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