Html Css Color HEX #513265 Honey Flower

📋 copy color: '#513265'

red 81 ◦ green 50 ◦ blue 101

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

Shades of Honey Flower #513265

Tints of Honey Flower #513265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

 BLUE value IS 101 (39.84% from 255) = 43.53%

R = 34.91%
G = 21.55%
B = 43.53%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#513265 (or 0x513265) is known color: Honey Flower. HEX triplet: 51, 32 and 65. RGB value is (81,50,101). Sum of RGB (Red+Green+Blue) = 81+50+101=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #513265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513265 is #AECD9A. Grayscale: #404040. Windows color (decimal): -11455899 or 6632017. OLE color: 6632017.

HSL color Cylindrical-coordinate representation of color #513265: hue angle of 276.47º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #513265 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 50 101 -
CMYK 0.20 0.50 0 0.60
HSL 276.47º 0.34% 0.3% -
HSV(B) 276.47º 0.5% 0.4% -
XYZ 6.88 4.97 12.91 -
YUV 65.08 148.27 139.35 -
System Red Green Blue C M Y K H S L
Decimal 81 50 101 0.20 0.50 0 0.60 276.47 0.34 0.3
Hex 51 32 65 14 32 0 3C 114 22 1E
Octal 121 62 145 24 62 0 74 424 42 36
Binary 1010001 110010 1100101 10100 110010 0 111100 100010100 100010 11110

Color Harmonies of #513265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513265

Black with #513265

Text Example


Text Example

White with #513265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513265; }

 p { color: rgb(81,50,101); }

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

background-color css

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

 a { background-color: rgb(81,50,101); }

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

border-color css

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

 span { border-color: rgb(81,50,101); }

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