Html Css Color HEX #514652 Bossanova

📋 copy color: '#514652'

red 81 ◦ green 70 ◦ blue 82

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

Shades of Bossanova #514652

Tints of Bossanova #514652

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.04%

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

R = 34.76%
G = 30.04%
B = 35.19%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#514652 (or 0x514652) is known color: Bossanova. HEX triplet: 51, 46 and 52. RGB value is (81,70,82). Sum of RGB (Red+Green+Blue) = 81+70+82=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 82 - color contains mainly: blue. Hex color #514652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514652 is #AEB9AD. Grayscale: #4A4A4A. Windows color (decimal): -11450798 or 5391953. OLE color: 5391953.

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

Color convert

RGB 81 70 82 -
CMYK 0.01 0.15 0 0.68
HSL 295º 0.08% 0.3% -
HSV(B) 295º 0.15% 0.32% -
XYZ 7.11 6.74 8.91 -
YUV 74.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 81 70 82 0.01 0.15 0 0.68 295 0.08 0.3
Hex 51 46 52 1 F 0 44 127 8 1E
Octal 121 106 122 1 17 0 104 447 10 36
Binary 1010001 1000110 1010010 1 1111 0 1000100 100100111 1000 11110

Color Harmonies of #514652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514652

Black with #514652

Text Example


Text Example

White with #514652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514652; }

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

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

background-color css

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

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

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

border-color css

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

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

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