#51415C

Color #51415C Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #51415C

Tints of Honey Flower #51415C

Color information

#51415C (or 0x51415C) is unknown color: approx Honey Flower. HEX triplet: 51, 41 and 5C. RGB value is (81,65,92). Sum of RGB (Red+Green+Blue) = 81+65+92=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 92 - color contains mainly: blue. Hex color #51415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51415C is #AEBEA3. Grayscale: #484848. Windows color (decimal): -11452068 or 6046033. OLE color: 6046033.

HSL color Cylindrical-coordinate representation of color #51415C: hue angle of 275.56º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #51415C is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB816592-
CMYK0.120.2900.64
HSL275.56º17.2%30.78%-
HSV(B)275.56º29.35%36.08%-
XYZ7.226.310.96-
YUV72.86138.8133.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.03%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 92 (36.33% from 255) = 38.66%
R=34.03%
G=27.31%
B=38.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8165920.120.2900.64275.5617.230.78
Hex51415CC1D040114111f
Octal121101134143501004242137
Binary101000110000011011100110011101010000001000101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51415C; }

 p { color: rgb(81,65,92); }

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

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

 a { background-color: rgb(81,65,92); }

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

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

 span { border-color: rgb(81,65,92); }

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