Html Css Color HEX #514355 Bossanova

📋 copy color: '#514355'

red 81 ◦ green 67 ◦ blue 85

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

Shades of Bossanova #514355

Tints of Bossanova #514355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.76%

 BLUE value IS 85 (33.59% from 255) = 36.48%

R = 34.76%
G = 28.76%
B = 36.48%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#514355 (or 0x514355) is known color: Bossanova. HEX triplet: 51, 43 and 55. RGB value is (81,67,85). Sum of RGB (Red+Green+Blue) = 81+67+85=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 85 - color contains mainly: blue. Hex color #514355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514355 is #AEBCAA. Grayscale: #494949. Windows color (decimal): -11451563 or 5587793. OLE color: 5587793.

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

Color convert

RGB 81 67 85 -
CMYK 0.05 0.21 0 0.67
HSL 286.67º 0.12% 0.3% -
HSV(B) 286.67º 0.21% 0.33% -
XYZ 7.04 6.42 9.46 -
YUV 73.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 81 67 85 0.05 0.21 0 0.67 286.67 0.12 0.3
Hex 51 43 55 5 15 0 43 11F C 1E
Octal 121 103 125 5 25 0 103 437 14 36
Binary 1010001 1000011 1010101 101 10101 0 1000011 100011111 1100 11110

Color Harmonies of #514355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514355

Black with #514355

Text Example


Text Example

White with #514355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514355; }

 p { color: rgb(81,67,85); }

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

background-color css

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

 a { background-color: rgb(81,67,85); }

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

border-color css

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

 span { border-color: rgb(81,67,85); }

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