Html Css Color HEX #513A55 Bossanova

📋 copy color: '#513A55'

red 81 ◦ green 58 ◦ blue 85

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

Shades of Bossanova #513A55

Tints of Bossanova #513A55

RGB

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

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

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

R = 36.16%
G = 25.89%
B = 37.95%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#513A55 (or 0x513A55) is known color: Bossanova. HEX triplet: 51, 3A and 55. RGB value is (81,58,85). Sum of RGB (Red+Green+Blue) = 81+58+85=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: blue. Hex color #513A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513A55 is #AEC5AA. Grayscale: #434343. Windows color (decimal): -11453867 or 5585489. OLE color: 5585489.

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

Color convert

RGB 81 58 85 -
CMYK 0.05 0.32 0 0.67
HSL 291.11º 0.19% 0.28% -
HSV(B) 291.11º 0.32% 0.33% -
XYZ 6.55 5.43 9.3 -
YUV 67.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 81 58 85 0.05 0.32 0 0.67 291.11 0.19 0.28
Hex 51 3A 55 5 20 0 43 123 13 1C
Octal 121 72 125 5 40 0 103 443 23 34
Binary 1010001 111010 1010101 101 100000 0 1000011 100100011 10011 11100

Color Harmonies of #513A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A55

Black with #513A55

Text Example


Text Example

White with #513A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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