Html Css Color HEX #515344 Kelp

📋 copy color: '#515344'

red 81 ◦ green 83 ◦ blue 68

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

Shades of Kelp #515344

Tints of Kelp #515344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.31%

R = 34.91%
G = 35.78%
B = 29.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#515344 (or 0x515344) is known color: Kelp. HEX triplet: 51, 53 and 44. RGB value is (81,83,68). Sum of RGB (Red+Green+Blue) = 81+83+68=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 83 - color contains mainly: green. Hex color #515344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515344 is #AEACBB. Grayscale: #505050. Windows color (decimal): -11447484 or 4477777. OLE color: 4477777.

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

Color convert

RGB 81 83 68 -
CMYK 0.02 0 0.18 0.67
HSL 68º 0.1% 0.3% -
HSV(B) 68º 0.18% 0.33% -
XYZ 7.53 8.35 6.68 -
YUV 80.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 81 83 68 0.02 0 0.18 0.67 68 0.1 0.3
Hex 51 53 44 2 0 12 43 44 A 1E
Octal 121 123 104 2 0 22 103 104 12 36
Binary 1010001 1010011 1000100 10 0 10010 1000011 1000100 1010 11110

Color Harmonies of #515344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515344

Black with #515344

Text Example


Text Example

White with #515344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515344; }

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

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

background-color css

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

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

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

border-color css

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

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

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