Html Css Color HEX #514B53 Bossanova

📋 copy color: '#514B53'

red 81 ◦ green 75 ◦ blue 83

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

Shades of Bossanova #514B53

Tints of Bossanova #514B53

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.38%

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

R = 33.89%
G = 31.38%
B = 34.73%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#514B53 (or 0x514B53) is known color: Bossanova. HEX triplet: 51, 4B and 53. RGB value is (81,75,83). Sum of RGB (Red+Green+Blue) = 81+75+83=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 83 - color contains mainly: blue. Hex color #514B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B53 is #AEB4AC. Grayscale: #4D4D4D. Windows color (decimal): -11449517 or 5458769. OLE color: 5458769.

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

Color convert

RGB 81 75 83 -
CMYK 0.02 0.10 0 0.67
HSL 285º 0.05% 0.31% -
HSV(B) 285º 0.1% 0.33% -
XYZ 7.47 7.41 9.22 -
YUV 77.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 81 75 83 0.02 0.10 0 0.67 285 0.05 0.31
Hex 51 4B 53 2 A 0 43 11D 5 1F
Octal 121 113 123 2 12 0 103 435 5 37
Binary 1010001 1001011 1010011 10 1010 0 1000011 100011101 101 11111

Color Harmonies of #514B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B53

Black with #514B53

Text Example


Text Example

White with #514B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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