Html Css Color HEX #515346 Kelp

📋 copy color: '#515346'

red 81 ◦ green 83 ◦ blue 70

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

Shades of Kelp #515346

Tints of Kelp #515346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.47%

 BLUE value IS 70 (27.73% from 255) = 29.91%

R = 34.62%
G = 35.47%
B = 29.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#515346 (or 0x515346) is known color: Kelp. HEX triplet: 51, 53 and 46. RGB value is (81,83,70). Sum of RGB (Red+Green+Blue) = 81+83+70=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 83 - color contains mainly: green. Hex color #515346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515346 is #AEACB9. Grayscale: #505050. Windows color (decimal): -11447482 or 4608849. OLE color: 4608849.

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

Color convert

RGB 81 83 70 -
CMYK 0.02 0 0.16 0.67
HSL 69.23º 0.08% 0.3% -
HSV(B) 69.23º 0.16% 0.33% -
XYZ 7.59 8.38 7.01 -
YUV 80.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 81 83 70 0.02 0 0.16 0.67 69.23 0.08 0.3
Hex 51 53 46 2 0 10 43 45 8 1E
Octal 121 123 106 2 0 20 103 105 10 36
Binary 1010001 1010011 1000110 10 0 10000 1000011 1000101 1000 11110

Color Harmonies of #515346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515346

Black with #515346

Text Example


Text Example

White with #515346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515346; }

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

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

background-color css

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

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

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

border-color css

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

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

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