Html Css Color HEX #513A53 Bossanova

📋 copy color: '#513A53'

red 81 ◦ green 58 ◦ blue 83

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

Shades of Bossanova #513A53

Tints of Bossanova #513A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.39%

R = 36.49%
G = 26.13%
B = 37.39%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#513A53 (or 0x513A53) is known color: Bossanova. HEX triplet: 51, 3A and 53. RGB value is (81,58,83). Sum of RGB (Red+Green+Blue) = 81+58+83=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: blue. Hex color #513A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513A53 is #AEC5AC. Grayscale: #434343. Windows color (decimal): -11453869 or 5454417. OLE color: 5454417.

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

Color convert

RGB 81 58 83 -
CMYK 0.02 0.30 0 0.67
HSL 295.2º 0.18% 0.28% -
HSV(B) 295.2º 0.3% 0.33% -
XYZ 6.47 5.4 8.89 -
YUV 67.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 81 58 83 0.02 0.30 0 0.67 295.2 0.18 0.28
Hex 51 3A 53 2 1E 0 43 127 12 1C
Octal 121 72 123 2 36 0 103 447 22 34
Binary 1010001 111010 1010011 10 11110 0 1000011 100100111 10010 11100

Color Harmonies of #513A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A53

Black with #513A53

Text Example


Text Example

White with #513A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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