Html Css Color HEX #51553F Kelp

📋 copy color: '#51553F'

red 81 ◦ green 85 ◦ blue 63

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

Shades of Kelp #51553F

Tints of Kelp #51553F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.51%

R = 35.37%
G = 37.12%
B = 27.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#51553F (or 0x51553F) is known color: Kelp. HEX triplet: 51, 55 and 3F. RGB value is (81,85,63). Sum of RGB (Red+Green+Blue) = 81+85+63=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #51553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51553F is #AEAAC0. Grayscale: #515151. Windows color (decimal): -11446977 or 4150609. OLE color: 4150609.

HSL color Cylindrical-coordinate representation of color #51553F: hue angle of 70.91º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51553F is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 85 63 -
CMYK 0.05 0 0.26 0.67
HSL 70.91º 0.15% 0.29% -
HSV(B) 70.91º 0.26% 0.33% -
XYZ 7.54 8.61 5.97 -
YUV 81.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 81 85 63 0.05 0 0.26 0.67 70.91 0.15 0.29
Hex 51 55 3F 5 0 1A 43 47 F 1D
Octal 121 125 77 5 0 32 103 107 17 35
Binary 1010001 1010101 111111 101 0 11010 1000011 1000111 1111 11101

Color Harmonies of #51553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51553F

Black with #51553F

Text Example


Text Example

White with #51553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51553F; }

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

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

background-color css

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

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

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

border-color css

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

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

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