Html Css Color HEX #515542 Kelp

📋 copy color: '#515542'

red 81 ◦ green 85 ◦ blue 66

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

Shades of Kelp #515542

Tints of Kelp #515542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.64%

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

R = 34.91%
G = 36.64%
B = 28.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#515542 (or 0x515542) is known color: Kelp. HEX triplet: 51, 55 and 42. RGB value is (81,85,66). Sum of RGB (Red+Green+Blue) = 81+85+66=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #515542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515542 is #AEAABD. Grayscale: #515151. Windows color (decimal): -11446974 or 4347217. OLE color: 4347217.

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

Color convert

RGB 81 85 66 -
CMYK 0.05 0 0.22 0.67
HSL 72.63º 0.13% 0.3% -
HSV(B) 72.63º 0.22% 0.33% -
XYZ 7.63 8.64 6.42 -
YUV 81.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 81 85 66 0.05 0 0.22 0.67 72.63 0.13 0.3
Hex 51 55 42 5 0 16 43 49 D 1E
Octal 121 125 102 5 0 26 103 111 15 36
Binary 1010001 1010101 1000010 101 0 10110 1000011 1001001 1101 11110

Color Harmonies of #515542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515542

Black with #515542

Text Example


Text Example

White with #515542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515542; }

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

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

background-color css

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

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

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

border-color css

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

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

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