#51583A

Color #51583A Kelp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelp #51583A

Tints of Kelp #51583A

Color information

#51583A (or 0x51583A) is unknown color: approx Kelp. HEX triplet: 51, 58 and 3A. RGB value is (81,88,58). Sum of RGB (Red+Green+Blue) = 81+88+58=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 88 - color contains mainly: green. Hex color #51583A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51583A is #AEA7C5. Grayscale: #525252. Windows color (decimal): -11446214 or 3823697. OLE color: 3823697.

HSL color Cylindrical-coordinate representation of color #51583A: hue angle of 74º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #51583A is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB818858-
CMYK0.0800.340.65
HSL74º20.55%28.63%-
HSV(B)74º34.09%34.51%-
XYZ7.659.035.34-
YUV82.49114.18126.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 58 (23.05% from 255) = 25.55%
R=35.68%
G=38.77%
B=25.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188580.0800.340.657420.5528.63
Hex51583A8022414a151d
Octal12113072100421011122535
Binary1010001101100011101010000100010100000110010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51583A; }

 p { color: rgb(81,88,58); }

 H1.HeaderClassName
 {
   color: #51583A;
 }
 .AnyTagClassName
 {
   color: #51583A;
 }
</style>
background-color css

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

 a { background-color: rgb(81,88,58); }

 div.DivClassName
 {
   background-color: #51583A;
 }
 .BgClassName
 {
   background-color: #51583A;
 }
</style>
border-color css

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

 span { border-color: rgb(81,88,58); }

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