#533575

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

Shades of Blue Diamond #533575

Tints of Blue Diamond #533575

Color information

#533575 (or 0x533575) is unknown color: approx Blue Diamond. HEX triplet: 53, 35 and 75. RGB value is (83,53,117). Sum of RGB (Red+Green+Blue) = 83+53+117=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #533575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533575 is #ACCA8A. Grayscale: #454545. Windows color (decimal): -11324043 or 7681363. OLE color: 7681363.

HSL color Cylindrical-coordinate representation of color #533575: hue angle of 268.12º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #533575 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8353117-
CMYK0.290.5500.54
HSL268.12º37.65%33.33%-
HSV(B)268.12º54.7%45.88%-
XYZ8.055.6717.5-
YUV69.27154.94137.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.81%
GREEN value IS 53 (21.09% from 255) = 20.95%
BLUE value IS 117 (46.09% from 255) = 46.25%
R=32.81%
G=20.95%
B=46.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83531170.290.5500.54268.1237.6533.33
Hex5335751D3703610c2621
Octal1236516535670664144641
Binary10100111101011110101111011101110110110100001100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533575; }

 p { color: rgb(83,53,117); }

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

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

 a { background-color: rgb(83,53,117); }

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

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

 span { border-color: rgb(83,53,117); }

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