#533855

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

Shades of Bossanova #533855

Tints of Bossanova #533855

Color information

#533855 (or 0x533855) is unknown color: approx Bossanova. HEX triplet: 53, 38 and 55. RGB value is (83,56,85). Sum of RGB (Red+Green+Blue) = 83+56+85=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: blue. Hex color #533855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533855 is #ACC7AA. Grayscale: #434343. Windows color (decimal): -11323307 or 5584979. OLE color: 5584979.

HSL color Cylindrical-coordinate representation of color #533855: hue angle of 295.86º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #533855 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB835685-
CMYK0.020.3400.67
HSL295.86º20.57%27.65%-
HSV(B)295.86º34.12%33.33%-
XYZ6.625.329.27-
YUV67.38137.95139.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 56 (22.27% from 255) = 25%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=37.05%
G=25%
B=37.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8356850.020.3400.67295.8620.5727.65
Hex533855222043128151c
Octal1237012524201034502534
Binary1010011111000101010110100010010000111001010001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533855; }

 p { color: rgb(83,56,85); }

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

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

 a { background-color: rgb(83,56,85); }

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

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

 span { border-color: rgb(83,56,85); }

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