#533973

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

Shades of Blue Diamond #533973

Tints of Blue Diamond #533973

Color information

#533973 (or 0x533973) is unknown color: approx Blue Diamond. HEX triplet: 53, 39 and 73. RGB value is (83,57,115). Sum of RGB (Red+Green+Blue) = 83+57+115=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #533973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533973 is #ACC68C. Grayscale: #474747. Windows color (decimal): -11323021 or 7551315. OLE color: 7551315.

HSL color Cylindrical-coordinate representation of color #533973: hue angle of 266.9º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #533973 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8357115-
CMYK0.280.5000.55
HSL266.9º33.72%33.73%-
HSV(B)266.9º50.43%45.1%-
XYZ8.12616.95-
YUV71.39152.61136.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.55%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 115 (45.31% from 255) = 45.10%
R=32.55%
G=22.35%
B=45.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83571150.280.5000.55266.933.7233.73
Hex5339731C3203710b2222
Octal1237116334620674134242
Binary10100111110011110011111001100100110111100001011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533973; }

 p { color: rgb(83,57,115); }

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

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

 a { background-color: rgb(83,57,115); }

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

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

 span { border-color: rgb(83,57,115); }

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