#533773

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

Shades of Blue Diamond #533773

Tints of Blue Diamond #533773

Color information

#533773 (or 0x533773) is unknown color: approx Blue Diamond. HEX triplet: 53, 37 and 73. RGB value is (83,55,115). Sum of RGB (Red+Green+Blue) = 83+55+115=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #533773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533773 is #ACC88C. Grayscale: #464646. Windows color (decimal): -11323533 or 7550803. OLE color: 7550803.

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

Color convert

RGB8355115-
CMYK0.280.5200.55
HSL268º35.29%33.33%-
HSV(B)268º52.17%45.1%-
XYZ8.035.8116.92-
YUV70.21153.28137.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.81%
GREEN value IS 55 (21.88% from 255) = 21.74%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=32.81%
G=21.74%
B=45.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83551150.280.5200.5526835.2933.33
Hex5337731C3403710c2321
Octal1236716334640674144341
Binary10100111101111110011111001101000110111100001100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533773; }

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

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

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

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

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

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

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

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