#534B54

Color #534B54 Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #534B54

Tints of Bossanova #534B54

Color information

#534B54 (or 0x534B54) is unknown color: approx Bossanova. HEX triplet: 53, 4B and 54. RGB value is (83,75,84). Sum of RGB (Red+Green+Blue) = 83+75+84=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 84 - color contains mainly: blue. Hex color #534B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B54 is #ACB4AB. Grayscale: #4E4E4E. Windows color (decimal): -11318444 or 5524307. OLE color: 5524307.

HSL color Cylindrical-coordinate representation of color #534B54: hue angle of 293.33º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #534B54 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB837584-
CMYK0.010.1100.67
HSL293.33º5.66%31.18%-
HSV(B)293.33º10.71%32.94%-
XYZ7.687.519.43-
YUV78.42131.15131.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.30%
GREEN value IS 75 (29.69% from 255) = 30.99%
BLUE value IS 84 (33.20% from 255) = 34.71%
R=34.30%
G=30.99%
B=34.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8375840.010.1100.67293.335.6631.18
Hex534B541B04312561f
Octal1231131241130103445637
Binary101001110010111010100110110100001110010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534B54; }

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

 H1.HeaderClassName
 {
   color: #534B54;
 }
 .AnyTagClassName
 {
   color: #534B54;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #534B54;
 }
 .BgClassName
 {
   background-color: #534B54;
 }
</style>
border-color css

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

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

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