#533873

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

Shades of Blue Diamond #533873

Tints of Blue Diamond #533873

Color information

#533873 (or 0x533873) is unknown color: approx Blue Diamond. HEX triplet: 53, 38 and 73. RGB value is (83,56,115). Sum of RGB (Red+Green+Blue) = 83+56+115=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #533873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533873 is #ACC78C. Grayscale: #464646. Windows color (decimal): -11323277 or 7551059. OLE color: 7551059.

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

Color convert

RGB8356115-
CMYK0.280.5100.55
HSL267.46º34.5%33.53%-
HSV(B)267.46º51.3%45.1%-
XYZ8.085.9116.93-
YUV70.8152.95136.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.68%
GREEN value IS 56 (22.27% from 255) = 22.05%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=32.68%
G=22.05%
B=45.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83561150.280.5100.55267.4634.533.53
Hex5338731C3303710b2322
Octal1237016334630674134342
Binary10100111110001110011111001100110110111100001011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533873; }

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

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

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

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

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

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

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

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