Html Css Color HEX #51415D Honey Flower

📋 copy color: '#51415D'

red 81 ◦ green 65 ◦ blue 93

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

Shades of Honey Flower #51415D

Tints of Honey Flower #51415D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.2%

 BLUE value IS 93 (36.72% from 255) = 38.91%

R = 33.89%
G = 27.2%
B = 38.91%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51415D (or 0x51415D) is known color: Honey Flower. HEX triplet: 51, 41 and 5D. RGB value is (81,65,93). Sum of RGB (Red+Green+Blue) = 81+65+93=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 93 - color contains mainly: blue. Hex color #51415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51415D is #AEBEA2. Grayscale: #484848. Windows color (decimal): -11452067 or 6111569. OLE color: 6111569.

HSL color Cylindrical-coordinate representation of color #51415D: hue angle of 274.29º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51415D is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 65 93 -
CMYK 0.13 0.30 0 0.64
HSL 274.29º 0.18% 0.31% -
HSV(B) 274.29º 0.3% 0.36% -
XYZ 7.26 6.32 11.19 -
YUV 72.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 81 65 93 0.13 0.30 0 0.64 274.29 0.18 0.31
Hex 51 41 5D D 1E 0 40 112 12 1F
Octal 121 101 135 15 36 0 100 422 22 37
Binary 1010001 1000001 1011101 1101 11110 0 1000000 100010010 10010 11111

Color Harmonies of #51415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51415D

Black with #51415D

Text Example


Text Example

White with #51415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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