Html Css Color HEX #515342 Kelp

📋 copy color: '#515342'

red 81 ◦ green 83 ◦ blue 66

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

Shades of Kelp #515342

Tints of Kelp #515342

RGB

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

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

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

R = 35.22%
G = 36.09%
B = 28.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#515342 (or 0x515342) is known color: Kelp. HEX triplet: 51, 53 and 42. RGB value is (81,83,66). Sum of RGB (Red+Green+Blue) = 81+83+66=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 83 - color contains mainly: green. Hex color #515342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515342 is #AEACBD. Grayscale: #505050. Windows color (decimal): -11447486 or 4346705. OLE color: 4346705.

HSL color Cylindrical-coordinate representation of color #515342: hue angle of 67.06º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #515342 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 83 66 -
CMYK 0.02 0 0.20 0.67
HSL 67.06º 0.11% 0.29% -
HSV(B) 67.06º 0.2% 0.33% -
XYZ 7.47 8.33 6.37 -
YUV 80.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 81 83 66 0.02 0 0.20 0.67 67.06 0.11 0.29
Hex 51 53 42 2 0 14 43 43 B 1D
Octal 121 123 102 2 0 24 103 103 13 35
Binary 1010001 1010011 1000010 10 0 10100 1000011 1000011 1011 11101

Color Harmonies of #515342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515342

Black with #515342

Text Example


Text Example

White with #515342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515342; }

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

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

background-color css

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

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

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

border-color css

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

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

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