Html Css Color HEX #513852 Bossanova

📋 copy color: '#513852'

red 81 ◦ green 56 ◦ blue 82

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

Shades of Bossanova #513852

Tints of Bossanova #513852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 37.44%

R = 36.99%
G = 25.57%
B = 37.44%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#513852 (or 0x513852) is known color: Bossanova. HEX triplet: 51, 38 and 52. RGB value is (81,56,82). Sum of RGB (Red+Green+Blue) = 81+56+82=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 82 - color contains mainly: blue. Hex color #513852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513852 is #AEC7AD. Grayscale: #424242. Windows color (decimal): -11454382 or 5388369. OLE color: 5388369.

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

Color convert

RGB 81 56 82 -
CMYK 0.01 0.32 0 0.68
HSL 297.69º 0.19% 0.27% -
HSV(B) 297.69º 0.32% 0.32% -
XYZ 6.33 5.19 8.65 -
YUV 66.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 81 56 82 0.01 0.32 0 0.68 297.69 0.19 0.27
Hex 51 38 52 1 20 0 44 12A 13 1B
Octal 121 70 122 1 40 0 104 452 23 33
Binary 1010001 111000 1010010 1 100000 0 1000100 100101010 10011 11011

Color Harmonies of #513852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513852

Black with #513852

Text Example


Text Example

White with #513852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513852; }

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

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

background-color css

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

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

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

border-color css

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

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

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