Html Css Color HEX #513957 Bossanova

📋 copy color: '#513957'

red 81 ◦ green 57 ◦ blue 87

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

Shades of Bossanova #513957

Tints of Bossanova #513957

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.33%

 BLUE value IS 87 (34.38% from 255) = 38.67%

R = 36%
G = 25.33%
B = 38.67%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#513957 (or 0x513957) is known color: Bossanova. HEX triplet: 51, 39 and 57. RGB value is (81,57,87). Sum of RGB (Red+Green+Blue) = 81+57+87=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 87 - color contains mainly: blue. Hex color #513957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513957 is #AEC6A8. Grayscale: #434343. Windows color (decimal): -11454121 or 5716305. OLE color: 5716305.

HSL color Cylindrical-coordinate representation of color #513957: hue angle of 288º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #513957 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 57 87 -
CMYK 0.07 0.34 0 0.66
HSL 288º 0.21% 0.28% -
HSV(B) 288º 0.34% 0.34% -
XYZ 6.58 5.36 9.71 -
YUV 67.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 81 57 87 0.07 0.34 0 0.66 288 0.21 0.28
Hex 51 39 57 7 22 0 42 120 15 1C
Octal 121 71 127 7 42 0 102 440 25 34
Binary 1010001 111001 1010111 111 100010 0 1000010 100100000 10101 11100

Color Harmonies of #513957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513957

Black with #513957

Text Example


Text Example

White with #513957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513957; }

 p { color: rgb(81,57,87); }

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

background-color css

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

 a { background-color: rgb(81,57,87); }

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

border-color css

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

 span { border-color: rgb(81,57,87); }

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