#51584B

Color #51584B Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #51584B

Tints of Cabbage Pont #51584B

Color information

#51584B (or 0x51584B) is unknown color: approx Cabbage Pont. HEX triplet: 51, 58 and 4B. RGB value is (81,88,75). Sum of RGB (Red+Green+Blue) = 81+88+75=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 88 - color contains mainly: green. Hex color #51584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51584B is #AEA7B4. Grayscale: #545454. Windows color (decimal): -11446197 or 4937809. OLE color: 4937809.

HSL color Cylindrical-coordinate representation of color #51584B: hue angle of 92.31º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #51584B is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB818875-
CMYK0.0800.150.65
HSL92.31º7.98%31.96%-
HSV(B)92.31º14.77%34.51%-
XYZ8.159.248.01-
YUV84.42122.68125.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=33.20%
G=36.07%
B=30.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188750.0800.150.6592.317.9831.96
Hex51584B80F415c820
Octal121130113100171011341040
Binary101000110110001001011100001111100000110111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51584B; }

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

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

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

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

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

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

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

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