Html Css Color HEX #513B66 Honey Flower

📋 copy color: '#513B66'

red 81 ◦ green 59 ◦ blue 102

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

Shades of Honey Flower #513B66

Tints of Honey Flower #513B66

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.38%

 BLUE value IS 102 (40.23% from 255) = 42.15%

R = 33.47%
G = 24.38%
B = 42.15%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#513B66 (or 0x513B66) is known color: Honey Flower. HEX triplet: 51, 3B and 66. RGB value is (81,59,102). Sum of RGB (Red+Green+Blue) = 81+59+102=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 102 - color contains mainly: blue. Hex color #513B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513B66 is #AEC499. Grayscale: #464646. Windows color (decimal): -11453594 or 6699857. OLE color: 6699857.

HSL color Cylindrical-coordinate representation of color #513B66: hue angle of 270.7º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #513B66 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 59 102 -
CMYK 0.21 0.42 0 0.6
HSL 270.7º 0.27% 0.32% -
HSV(B) 270.7º 0.42% 0.4% -
XYZ 7.36 5.84 13.31 -
YUV 70.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 81 59 102 0.21 0.42 0 0.6 270.7 0.27 0.32
Hex 51 3B 66 15 2A 0 3C 10F 1B 20
Octal 121 73 146 25 52 0 74 417 33 40
Binary 1010001 111011 1100110 10101 101010 0 111100 100001111 11011 100000

Color Harmonies of #513B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B66

Black with #513B66

Text Example


Text Example

White with #513B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513B66; }

 p { color: rgb(81,59,102); }

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

background-color css

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

 a { background-color: rgb(81,59,102); }

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

border-color css

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

 span { border-color: rgb(81,59,102); }

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