Html Css Color HEX #514A52 Bossanova

📋 copy color: '#514A52'

red 81 ◦ green 74 ◦ blue 82

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

Shades of Bossanova #514A52

Tints of Bossanova #514A52

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.22%

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

R = 34.18%
G = 31.22%
B = 34.6%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#514A52 (or 0x514A52) is known color: Bossanova. HEX triplet: 51, 4A and 52. RGB value is (81,74,82). Sum of RGB (Red+Green+Blue) = 81+74+82=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 82 - color contains mainly: blue. Hex color #514A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514A52 is #AEB5AD. Grayscale: #4C4C4C. Windows color (decimal): -11449774 or 5392977. OLE color: 5392977.

HSL color Cylindrical-coordinate representation of color #514A52: hue angle of 292.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #514A52 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 74 82 -
CMYK 0.01 0.10 0 0.68
HSL 292.5º 0.05% 0.31% -
HSV(B) 292.5º 0.1% 0.32% -
XYZ 7.37 7.26 9 -
YUV 77.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 81 74 82 0.01 0.10 0 0.68 292.5 0.05 0.31
Hex 51 4A 52 1 A 0 44 124 5 1F
Octal 121 112 122 1 12 0 104 444 5 37
Binary 1010001 1001010 1010010 1 1010 0 1000100 100100100 101 11111

Color Harmonies of #514A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A52

Black with #514A52

Text Example


Text Example

White with #514A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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