Html Css Color HEX #534456 Bossanova

📋 copy color: '#534456'

red 83 ◦ green 68 ◦ blue 86

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

Shades of Bossanova #534456

Tints of Bossanova #534456

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.69%

 BLUE value IS 86 (33.98% from 255) = 36.29%

R = 35.02%
G = 28.69%
B = 36.29%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#534456 (or 0x534456) is known color: Bossanova. HEX triplet: 53, 44 and 56. RGB value is (83,68,86). Sum of RGB (Red+Green+Blue) = 83+68+86=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 86 - color contains mainly: blue. Hex color #534456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534456 is #ACBBA9. Grayscale: #4A4A4A. Windows color (decimal): -11320234 or 5653587. OLE color: 5653587.

HSL color Cylindrical-coordinate representation of color #534456: hue angle of 290º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #534456 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 68 86 -
CMYK 0.03 0.21 0 0.66
HSL 290º 0.12% 0.3% -
HSV(B) 290º 0.21% 0.34% -
XYZ 7.31 6.65 9.7 -
YUV 74.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 83 68 86 0.03 0.21 0 0.66 290 0.12 0.3
Hex 53 44 56 3 15 0 42 122 C 1E
Octal 123 104 126 3 25 0 102 442 14 36
Binary 1010011 1000100 1010110 11 10101 0 1000010 100100010 1100 11110

Color Harmonies of #534456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534456

Black with #534456

Text Example


Text Example

White with #534456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534456; }

 p { color: rgb(83,68,86); }

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

background-color css

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

 a { background-color: rgb(83,68,86); }

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

border-color css

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

 span { border-color: rgb(83,68,86); }

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