#533673

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

Shades of Blue Diamond #533673

Tints of Blue Diamond #533673

Color information

#533673 (or 0x533673) is unknown color: approx Blue Diamond. HEX triplet: 53, 36 and 73. RGB value is (83,54,115). Sum of RGB (Red+Green+Blue) = 83+54+115=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #533673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533673 is #ACC98C. Grayscale: #454545. Windows color (decimal): -11323789 or 7550547. OLE color: 7550547.

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

Color convert

RGB8354115-
CMYK0.280.5300.55
HSL268.52º36.09%33.14%-
HSV(B)268.52º53.04%45.1%-
XYZ7.985.7216.9-
YUV69.62153.61137.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 115 (45.31% from 255) = 45.63%
R=32.94%
G=21.43%
B=45.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83541150.280.5300.55268.5236.0933.14
Hex5336731C3503710d2421
Octal1236616334650674154441
Binary10100111101101110011111001101010110111100001101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533673; }

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

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

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

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

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

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

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

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