Html Css Color HEX #514855 Bossanova

📋 copy color: '#514855'

red 81 ◦ green 72 ◦ blue 85

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

Shades of Bossanova #514855

Tints of Bossanova #514855

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.25%

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

R = 34.03%
G = 30.25%
B = 35.71%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#514855 (or 0x514855) is known color: Bossanova. HEX triplet: 51, 48 and 55. RGB value is (81,72,85). Sum of RGB (Red+Green+Blue) = 81+72+85=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 85 - color contains mainly: blue. Hex color #514855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514855 is #AEB7AA. Grayscale: #4C4C4C. Windows color (decimal): -11450283 or 5589073. OLE color: 5589073.

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

Color convert

RGB 81 72 85 -
CMYK 0.05 0.15 0 0.67
HSL 281.54º 0.08% 0.31% -
HSV(B) 281.54º 0.15% 0.33% -
XYZ 7.35 7.04 9.57 -
YUV 76.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 81 72 85 0.05 0.15 0 0.67 281.54 0.08 0.31
Hex 51 48 55 5 F 0 43 11A 8 1F
Octal 121 110 125 5 17 0 103 432 10 37
Binary 1010001 1001000 1010101 101 1111 0 1000011 100011010 1000 11111

Color Harmonies of #514855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514855

Black with #514855

Text Example


Text Example

White with #514855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514855; }

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

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

background-color css

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

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

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

border-color css

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

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

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