Html Css Color HEX #513368 Honey Flower

📋 copy color: '#513368'

red 81 ◦ green 51 ◦ blue 104

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

Shades of Honey Flower #513368

Tints of Honey Flower #513368

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.61%

 BLUE value IS 104 (41.02% from 255) = 44.07%

R = 34.32%
G = 21.61%
B = 44.07%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#513368 (or 0x513368) is known color: Honey Flower. HEX triplet: 51, 33 and 68. RGB value is (81,51,104). Sum of RGB (Red+Green+Blue) = 81+51+104=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #513368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513368 is #AECC97. Grayscale: #414141. Windows color (decimal): -11455640 or 6828881. OLE color: 6828881.

HSL color Cylindrical-coordinate representation of color #513368: hue angle of 273.96º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #513368 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 51 104 -
CMYK 0.22 0.51 0 0.59
HSL 273.96º 0.34% 0.3% -
HSV(B) 273.96º 0.51% 0.41% -
XYZ 7.08 5.12 13.71 -
YUV 66.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 81 51 104 0.22 0.51 0 0.59 273.96 0.34 0.3
Hex 51 33 68 16 33 0 3B 112 22 1E
Octal 121 63 150 26 63 0 73 422 42 36
Binary 1010001 110011 1101000 10110 110011 0 111011 100010010 100010 11110

Color Harmonies of #513368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513368

Black with #513368

Text Example


Text Example

White with #513368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513368; }

 p { color: rgb(81,51,104); }

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

background-color css

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

 a { background-color: rgb(81,51,104); }

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

border-color css

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

 span { border-color: rgb(81,51,104); }

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