Html Css Color HEX #515441 Kelp

📋 copy color: '#515441'

red 81 ◦ green 84 ◦ blue 65

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

Shades of Kelp #515441

Tints of Kelp #515441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.26%

R = 35.22%
G = 36.52%
B = 28.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#515441 (or 0x515441) is known color: Kelp. HEX triplet: 51, 54 and 41. RGB value is (81,84,65). Sum of RGB (Red+Green+Blue) = 81+84+65=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 84 - color contains mainly: green. Hex color #515441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515441 is #AEABBE. Grayscale: #515151. Windows color (decimal): -11447231 or 4281425. OLE color: 4281425.

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

Color convert

RGB 81 84 65 -
CMYK 0.04 0 0.23 0.67
HSL 69.47º 0.13% 0.29% -
HSV(B) 69.47º 0.23% 0.33% -
XYZ 7.52 8.47 6.24 -
YUV 80.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 81 84 65 0.04 0 0.23 0.67 69.47 0.13 0.29
Hex 51 54 41 4 0 17 43 45 D 1D
Octal 121 124 101 4 0 27 103 105 15 35
Binary 1010001 1010100 1000001 100 0 10111 1000011 1000101 1101 11101

Color Harmonies of #515441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515441

Black with #515441

Text Example


Text Example

White with #515441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515441; }

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

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

background-color css

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

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

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

border-color css

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

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

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