Html Css Color HEX #515442 Kelp

📋 copy color: '#515442'

red 81 ◦ green 84 ◦ blue 66

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

Shades of Kelp #515442

Tints of Kelp #515442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.57%

R = 35.06%
G = 36.36%
B = 28.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#515442 (or 0x515442) is known color: Kelp. HEX triplet: 51, 54 and 42. RGB value is (81,84,66). Sum of RGB (Red+Green+Blue) = 81+84+66=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 84 - color contains mainly: green. Hex color #515442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515442 is #AEABBD. Grayscale: #515151. Windows color (decimal): -11447230 or 4346961. OLE color: 4346961.

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

Color convert

RGB 81 84 66 -
CMYK 0.04 0 0.21 0.67
HSL 70º 0.12% 0.29% -
HSV(B) 70º 0.21% 0.33% -
XYZ 7.55 8.48 6.39 -
YUV 81.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 81 84 66 0.04 0 0.21 0.67 70 0.12 0.29
Hex 51 54 42 4 0 15 43 46 C 1D
Octal 121 124 102 4 0 25 103 106 14 35
Binary 1010001 1010100 1000010 100 0 10101 1000011 1000110 1100 11101

Color Harmonies of #515442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515442

Black with #515442

Text Example


Text Example

White with #515442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515442; }

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

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

background-color css

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

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

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

border-color css

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

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

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