Html Css Color HEX #514452 Bossanova

📋 copy color: '#514452'

red 81 ◦ green 68 ◦ blue 82

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

Shades of Bossanova #514452

Tints of Bossanova #514452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.44%

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

R = 35.06%
G = 29.44%
B = 35.5%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#514452 (or 0x514452) is known color: Bossanova. HEX triplet: 51, 44 and 52. RGB value is (81,68,82). Sum of RGB (Red+Green+Blue) = 81+68+82=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 82 - color contains mainly: blue. Hex color #514452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514452 is #AEBBAD. Grayscale: #494949. Windows color (decimal): -11451310 or 5391441. OLE color: 5391441.

HSL color Cylindrical-coordinate representation of color #514452: hue angle of 295.71º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #514452 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 68 82 -
CMYK 0.01 0.17 0 0.68
HSL 295.71º 0.09% 0.29% -
HSV(B) 295.71º 0.17% 0.32% -
XYZ 6.98 6.49 8.87 -
YUV 73.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 81 68 82 0.01 0.17 0 0.68 295.71 0.09 0.29
Hex 51 44 52 1 11 0 44 128 9 1D
Octal 121 104 122 1 21 0 104 450 11 35
Binary 1010001 1000100 1010010 1 10001 0 1000100 100101000 1001 11101

Color Harmonies of #514452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514452

Black with #514452

Text Example


Text Example

White with #514452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514452; }

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

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

background-color css

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

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

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

border-color css

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

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

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