Html Css Color HEX #514158 Bossanova

📋 copy color: '#514158'

red 81 ◦ green 65 ◦ blue 88

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

Shades of Bossanova #514158

Tints of Bossanova #514158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.78%

 BLUE value IS 88 (34.77% from 255) = 37.61%

R = 34.62%
G = 27.78%
B = 37.61%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#514158 (or 0x514158) is known color: Bossanova. HEX triplet: 51, 41 and 58. RGB value is (81,65,88). Sum of RGB (Red+Green+Blue) = 81+65+88=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 88 - color contains mainly: blue. Hex color #514158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514158 is #AEBEA7. Grayscale: #484848. Windows color (decimal): -11452072 or 5783889. OLE color: 5783889.

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

Color convert

RGB 81 65 88 -
CMYK 0.08 0.26 0 0.65
HSL 281.74º 0.15% 0.3% -
HSV(B) 281.74º 0.26% 0.35% -
XYZ 7.05 6.23 10.06 -
YUV 72.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 81 65 88 0.08 0.26 0 0.65 281.74 0.15 0.3
Hex 51 41 58 8 1A 0 41 11A F 1E
Octal 121 101 130 10 32 0 101 432 17 36
Binary 1010001 1000001 1011000 1000 11010 0 1000001 100011010 1111 11110

Color Harmonies of #514158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514158

Black with #514158

Text Example


Text Example

White with #514158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514158; }

 p { color: rgb(81,65,88); }

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

background-color css

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

 a { background-color: rgb(81,65,88); }

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

border-color css

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

 span { border-color: rgb(81,65,88); }

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