Html Css Color HEX #513865 Honey Flower

📋 copy color: '#513865'

red 81 ◦ green 56 ◦ blue 101

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

Shades of Honey Flower #513865

Tints of Honey Flower #513865

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.53%

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

R = 34.03%
G = 23.53%
B = 42.44%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#513865 (or 0x513865) is known color: Honey Flower. HEX triplet: 51, 38 and 65. RGB value is (81,56,101). Sum of RGB (Red+Green+Blue) = 81+56+101=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #513865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513865 is #AEC79A. Grayscale: #444444. Windows color (decimal): -11454363 or 6633553. OLE color: 6633553.

HSL color Cylindrical-coordinate representation of color #513865: hue angle of 273.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #513865 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 56 101 -
CMYK 0.20 0.45 0 0.60
HSL 273.33º 0.29% 0.31% -
HSV(B) 273.33º 0.45% 0.4% -
XYZ 7.16 5.52 13 -
YUV 68.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 81 56 101 0.20 0.45 0 0.60 273.33 0.29 0.31
Hex 51 38 65 14 2D 0 3C 111 1D 1F
Octal 121 70 145 24 55 0 74 421 35 37
Binary 1010001 111000 1100101 10100 101101 0 111100 100010001 11101 11111

Color Harmonies of #513865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513865

Black with #513865

Text Example


Text Example

White with #513865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513865; }

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

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

background-color css

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

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

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

border-color css

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

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

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