Html Css Color HEX #513953 Bossanova

📋 copy color: '#513953'

red 81 ◦ green 57 ◦ blue 83

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

Shades of Bossanova #513953

Tints of Bossanova #513953

RGB

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

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

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

R = 36.65%
G = 25.79%
B = 37.56%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#513953 (or 0x513953) is known color: Bossanova. HEX triplet: 51, 39 and 53. RGB value is (81,57,83). Sum of RGB (Red+Green+Blue) = 81+57+83=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #513953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513953 is #AEC6AC. Grayscale: #434343. Windows color (decimal): -11454125 or 5454161. OLE color: 5454161.

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

Color convert

RGB 81 57 83 -
CMYK 0.02 0.31 0 0.67
HSL 295.38º 0.19% 0.27% -
HSV(B) 295.38º 0.31% 0.33% -
XYZ 6.42 5.3 8.87 -
YUV 67.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 81 57 83 0.02 0.31 0 0.67 295.38 0.19 0.27
Hex 51 39 53 2 1F 0 43 127 13 1B
Octal 121 71 123 2 37 0 103 447 23 33
Binary 1010001 111001 1010011 10 11111 0 1000011 100100111 10011 11011

Color Harmonies of #513953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513953

Black with #513953

Text Example


Text Example

White with #513953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513953; }

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

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

background-color css

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

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

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

border-color css

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

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

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