Html Css Color HEX #514057 Bossanova

📋 copy color: '#514057'

red 81 ◦ green 64 ◦ blue 87

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

Shades of Bossanova #514057

Tints of Bossanova #514057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.5%

R = 34.91%
G = 27.59%
B = 37.5%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#514057 (or 0x514057) is known color: Bossanova. HEX triplet: 51, 40 and 57. RGB value is (81,64,87). Sum of RGB (Red+Green+Blue) = 81+64+87=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 87 - color contains mainly: blue. Hex color #514057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514057 is #AEBFA8. Grayscale: #474747. Windows color (decimal): -11452329 or 5718097. OLE color: 5718097.

HSL color Cylindrical-coordinate representation of color #514057: hue angle of 284.35º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #514057 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 64 87 -
CMYK 0.07 0.26 0 0.66
HSL 284.35º 0.15% 0.3% -
HSV(B) 284.35º 0.26% 0.34% -
XYZ 6.95 6.1 9.83 -
YUV 71.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 81 64 87 0.07 0.26 0 0.66 284.35 0.15 0.3
Hex 51 40 57 7 1A 0 42 11C F 1E
Octal 121 100 127 7 32 0 102 434 17 36
Binary 1010001 1000000 1010111 111 11010 0 1000010 100011100 1111 11110

Color Harmonies of #514057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514057

Black with #514057

Text Example


Text Example

White with #514057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514057; }

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

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

background-color css

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

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

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

border-color css

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

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

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