Html Css Color HEX #534559 Bossanova

📋 copy color: '#534559'

red 83 ◦ green 69 ◦ blue 89

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

Shades of Bossanova #534559

Tints of Bossanova #534559

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.63%

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

R = 34.44%
G = 28.63%
B = 36.93%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#534559 (or 0x534559) is known color: Bossanova. HEX triplet: 53, 45 and 59. RGB value is (83,69,89). Sum of RGB (Red+Green+Blue) = 83+69+89=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: blue. Hex color #534559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534559 is #ACBAA6. Grayscale: #4B4B4B. Windows color (decimal): -11319975 or 5850451. OLE color: 5850451.

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

Color convert

RGB 83 69 89 -
CMYK 0.07 0.22 0 0.65
HSL 282º 0.13% 0.31% -
HSV(B) 282º 0.22% 0.35% -
XYZ 7.5 6.82 10.37 -
YUV 75.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 83 69 89 0.07 0.22 0 0.65 282 0.13 0.31
Hex 53 45 59 7 16 0 41 11A D 1F
Octal 123 105 131 7 26 0 101 432 15 37
Binary 1010011 1000101 1011001 111 10110 0 1000001 100011010 1101 11111

Color Harmonies of #534559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534559

Black with #534559

Text Example


Text Example

White with #534559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534559; }

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

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

background-color css

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

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

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

border-color css

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

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

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