Html Css Color HEX #514052 Bossanova

📋 copy color: '#514052'

red 81 ◦ green 64 ◦ blue 82

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

Shades of Bossanova #514052

Tints of Bossanova #514052

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.19%

 BLUE value IS 82 (32.42% from 255) = 36.12%

R = 35.68%
G = 28.19%
B = 36.12%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#514052 (or 0x514052) is known color: Bossanova. HEX triplet: 51, 40 and 52. RGB value is (81,64,82). Sum of RGB (Red+Green+Blue) = 81+64+82=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 82 - color contains mainly: blue. Hex color #514052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514052 is #AEBFAD. Grayscale: #474747. Windows color (decimal): -11452334 or 5390417. OLE color: 5390417.

HSL color Cylindrical-coordinate representation of color #514052: hue angle of 296.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #514052 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 64 82 -
CMYK 0.01 0.22 0 0.68
HSL 296.67º 0.12% 0.29% -
HSV(B) 296.67º 0.22% 0.32% -
XYZ 6.75 6.03 8.79 -
YUV 71.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 81 64 82 0.01 0.22 0 0.68 296.67 0.12 0.29
Hex 51 40 52 1 16 0 44 129 C 1D
Octal 121 100 122 1 26 0 104 451 14 35
Binary 1010001 1000000 1010010 1 10110 0 1000100 100101001 1100 11101

Color Harmonies of #514052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514052

Black with #514052

Text Example


Text Example

White with #514052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514052; }

 p { color: rgb(81,64,82); }

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

background-color css

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

 a { background-color: rgb(81,64,82); }

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

border-color css

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

 span { border-color: rgb(81,64,82); }

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