Html Css Color HEX #515345 Kelp

📋 copy color: '#515345'

red 81 ◦ green 83 ◦ blue 69

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

Shades of Kelp #515345

Tints of Kelp #515345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.61%

R = 34.76%
G = 35.62%
B = 29.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#515345 (or 0x515345) is known color: Kelp. HEX triplet: 51, 53 and 45. RGB value is (81,83,69). Sum of RGB (Red+Green+Blue) = 81+83+69=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 83 - color contains mainly: green. Hex color #515345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515345 is #AEACBA. Grayscale: #505050. Windows color (decimal): -11447483 or 4543313. OLE color: 4543313.

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

Color convert

RGB 81 83 69 -
CMYK 0.02 0 0.17 0.67
HSL 68.57º 0.09% 0.3% -
HSV(B) 68.57º 0.17% 0.33% -
XYZ 7.56 8.37 6.85 -
YUV 80.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 81 83 69 0.02 0 0.17 0.67 68.57 0.09 0.3
Hex 51 53 45 2 0 11 43 45 9 1E
Octal 121 123 105 2 0 21 103 105 11 36
Binary 1010001 1010011 1000101 10 0 10001 1000011 1000101 1001 11110

Color Harmonies of #515345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515345

Black with #515345

Text Example


Text Example

White with #515345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515345; }

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

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

background-color css

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

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

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

border-color css

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

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

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