Html Css Color HEX #534659 Bossanova

📋 copy color: '#534659'

red 83 ◦ green 70 ◦ blue 89

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

Shades of Bossanova #534659

Tints of Bossanova #534659

RGB

 RED value IS 83 (32.81% from 255) = 34.3%

 GREEN value IS 70 (27.73% from 255) = 28.93%

 BLUE value IS 89 (35.16% from 255) = 36.78%

R = 34.3%
G = 28.93%
B = 36.78%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#534659 (or 0x534659) is known color: Bossanova. HEX triplet: 53, 46 and 59. RGB value is (83,70,89). Sum of RGB (Red+Green+Blue) = 83+70+89=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 89 - color contains mainly: blue. Hex color #534659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534659 is #ACB9A6. Grayscale: #4B4B4B. Windows color (decimal): -11319719 or 5850707. OLE color: 5850707.

HSL color Cylindrical-coordinate representation of color #534659: hue angle of 281.05º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #534659 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 70 89 -
CMYK 0.07 0.21 0 0.65
HSL 281.05º 0.12% 0.31% -
HSV(B) 281.05º 0.21% 0.35% -
XYZ 7.56 6.94 10.39 -
YUV 76.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 83 70 89 0.07 0.21 0 0.65 281.05 0.12 0.31
Hex 53 46 59 7 15 0 41 119 C 1F
Octal 123 106 131 7 25 0 101 431 14 37
Binary 1010011 1000110 1011001 111 10101 0 1000001 100011001 1100 11111

Color Harmonies of #534659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534659

Black with #534659

Text Example


Text Example

White with #534659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534659; }

 p { color: rgb(83,70,89); }

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

background-color css

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

 a { background-color: rgb(83,70,89); }

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

border-color css

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

 span { border-color: rgb(83,70,89); }

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