#534058

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

Shades of Bossanova #534058

Tints of Bossanova #534058

Color information

#534058 (or 0x534058) is unknown color: approx Bossanova. HEX triplet: 53, 40 and 58. RGB value is (83,64,88). Sum of RGB (Red+Green+Blue) = 83+64+88=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 88 - color contains mainly: blue. Hex color #534058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534058 is #ACBFA7. Grayscale: #484848. Windows color (decimal): -11321256 or 5783635. OLE color: 5783635.

HSL color Cylindrical-coordinate representation of color #534058: hue angle of 287.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #534058 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB836488-
CMYK0.060.2700.65
HSL287.5º15.79%29.8%-
HSV(B)287.5º27.27%34.51%-
XYZ7.166.2110.05-
YUV72.42136.79135.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 64 (25.39% from 255) = 27.23%
BLUE value IS 88 (34.77% from 255) = 37.45%
R=35.32%
G=27.23%
B=37.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8364880.060.2700.65287.515.7929.8
Hex53405861B041120101e
Octal12310013063301014402036
Binary10100111000000101100011011011010000011001000001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534058; }

 p { color: rgb(83,64,88); }

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

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

 a { background-color: rgb(83,64,88); }

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

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

 span { border-color: rgb(83,64,88); }

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