Html Css Color HEX #513853 Bossanova

📋 copy color: '#513853'

red 81 ◦ green 56 ◦ blue 83

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

Shades of Bossanova #513853

Tints of Bossanova #513853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.45%

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

R = 36.82%
G = 25.45%
B = 37.73%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#513853 (or 0x513853) is known color: Bossanova. HEX triplet: 51, 38 and 53. RGB value is (81,56,83). Sum of RGB (Red+Green+Blue) = 81+56+83=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #513853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513853 is #AEC7AC. Grayscale: #424242. Windows color (decimal): -11454381 or 5453905. OLE color: 5453905.

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

Color convert

RGB 81 56 83 -
CMYK 0.02 0.33 0 0.67
HSL 295.56º 0.19% 0.27% -
HSV(B) 295.56º 0.33% 0.33% -
XYZ 6.37 5.2 8.85 -
YUV 66.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 81 56 83 0.02 0.33 0 0.67 295.56 0.19 0.27
Hex 51 38 53 2 21 0 43 128 13 1B
Octal 121 70 123 2 41 0 103 450 23 33
Binary 1010001 111000 1010011 10 100001 0 1000011 100101000 10011 11011

Color Harmonies of #513853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513853

Black with #513853

Text Example


Text Example

White with #513853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513853; }

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

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

background-color css

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

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

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

border-color css

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

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

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