Html Css Color HEX #514253 Bossanova

📋 copy color: '#514253'

red 81 ◦ green 66 ◦ blue 83

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

Shades of Bossanova #514253

Tints of Bossanova #514253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

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

R = 35.22%
G = 28.7%
B = 36.09%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#514253 (or 0x514253) is known color: Bossanova. HEX triplet: 51, 42 and 53. RGB value is (81,66,83). Sum of RGB (Red+Green+Blue) = 81+66+83=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 83 - color contains mainly: blue. Hex color #514253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514253 is #AEBDAC. Grayscale: #484848. Windows color (decimal): -11451821 or 5456465. OLE color: 5456465.

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

Color convert

RGB 81 66 83 -
CMYK 0.02 0.20 0 0.67
HSL 292.94º 0.11% 0.29% -
HSV(B) 292.94º 0.2% 0.33% -
XYZ 6.9 6.27 9.03 -
YUV 72.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 81 66 83 0.02 0.20 0 0.67 292.94 0.11 0.29
Hex 51 42 53 2 14 0 43 125 B 1D
Octal 121 102 123 2 24 0 103 445 13 35
Binary 1010001 1000010 1010011 10 10100 0 1000011 100100101 1011 11101

Color Harmonies of #514253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514253

Black with #514253

Text Example


Text Example

White with #514253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514253; }

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

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

background-color css

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

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

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

border-color css

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

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

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