Html Css Color HEX #513A54 Bossanova

📋 copy color: '#513A54'

red 81 ◦ green 58 ◦ blue 84

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

Shades of Bossanova #513A54

Tints of Bossanova #513A54

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.01%

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

R = 36.32%
G = 26.01%
B = 37.67%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#513A54 (or 0x513A54) is known color: Bossanova. HEX triplet: 51, 3A and 54. RGB value is (81,58,84). Sum of RGB (Red+Green+Blue) = 81+58+84=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 84 - color contains mainly: blue. Hex color #513A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513A54 is #AEC5AB. Grayscale: #434343. Windows color (decimal): -11453868 or 5519953. OLE color: 5519953.

HSL color Cylindrical-coordinate representation of color #513A54: hue angle of 293.08º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #513A54 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 58 84 -
CMYK 0.04 0.31 0 0.67
HSL 293.08º 0.18% 0.28% -
HSV(B) 293.08º 0.31% 0.33% -
XYZ 6.51 5.42 9.09 -
YUV 67.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 81 58 84 0.04 0.31 0 0.67 293.08 0.18 0.28
Hex 51 3A 54 4 1F 0 43 125 12 1C
Octal 121 72 124 4 37 0 103 445 22 34
Binary 1010001 111010 1010100 100 11111 0 1000011 100100101 10010 11100

Color Harmonies of #513A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A54

Black with #513A54

Text Example


Text Example

White with #513A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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