Html Css Color HEX #514254 Bossanova

📋 copy color: '#514254'

red 81 ◦ green 66 ◦ blue 84

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

Shades of Bossanova #514254

Tints of Bossanova #514254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.57%

 BLUE value IS 84 (33.2% from 255) = 36.36%

R = 35.06%
G = 28.57%
B = 36.36%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#514254 (or 0x514254) is known color: Bossanova. HEX triplet: 51, 42 and 54. RGB value is (81,66,84). Sum of RGB (Red+Green+Blue) = 81+66+84=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 84 - color contains mainly: blue. Hex color #514254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514254 is #AEBDAB. Grayscale: #484848. Windows color (decimal): -11451820 or 5522001. OLE color: 5522001.

HSL color Cylindrical-coordinate representation of color #514254: hue angle of 290º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #514254 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 66 84 -
CMYK 0.04 0.21 0 0.67
HSL 290º 0.12% 0.29% -
HSV(B) 290º 0.21% 0.33% -
XYZ 6.94 6.29 9.23 -
YUV 72.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 81 66 84 0.04 0.21 0 0.67 290 0.12 0.29
Hex 51 42 54 4 15 0 43 122 C 1D
Octal 121 102 124 4 25 0 103 442 14 35
Binary 1010001 1000010 1010100 100 10101 0 1000011 100100010 1100 11101

Color Harmonies of #514254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514254

Black with #514254

Text Example


Text Example

White with #514254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514254; }

 p { color: rgb(81,66,84); }

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

background-color css

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

 a { background-color: rgb(81,66,84); }

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

border-color css

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

 span { border-color: rgb(81,66,84); }

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