Html Css Color HEX #514A53 Bossanova

📋 copy color: '#514A53'

red 81 ◦ green 74 ◦ blue 83

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

Shades of Bossanova #514A53

Tints of Bossanova #514A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.87%

R = 34.03%
G = 31.09%
B = 34.87%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#514A53 (or 0x514A53) is known color: Bossanova. HEX triplet: 51, 4A and 53. RGB value is (81,74,83). Sum of RGB (Red+Green+Blue) = 81+74+83=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 83 - color contains mainly: blue. Hex color #514A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514A53 is #AEB5AC. Grayscale: #4D4D4D. Windows color (decimal): -11449773 or 5458513. OLE color: 5458513.

HSL color Cylindrical-coordinate representation of color #514A53: hue angle of 286.67º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #514A53 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 74 83 -
CMYK 0.02 0.11 0 0.67
HSL 286.67º 0.06% 0.31% -
HSV(B) 286.67º 0.11% 0.33% -
XYZ 7.4 7.27 9.2 -
YUV 77.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 81 74 83 0.02 0.11 0 0.67 286.67 0.06 0.31
Hex 51 4A 53 2 B 0 43 11F 6 1F
Octal 121 112 123 2 13 0 103 437 6 37
Binary 1010001 1001010 1010011 10 1011 0 1000011 100011111 110 11111

Color Harmonies of #514A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A53

Black with #514A53

Text Example


Text Example

White with #514A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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