#533574

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

Shades of Blue Diamond #533574

Tints of Blue Diamond #533574

Color information

#533574 (or 0x533574) is unknown color: approx Blue Diamond. HEX triplet: 53, 35 and 74. RGB value is (83,53,116). Sum of RGB (Red+Green+Blue) = 83+53+116=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #533574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533574 is #ACCA8B. Grayscale: #444444. Windows color (decimal): -11324044 or 7615827. OLE color: 7615827.

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

Color convert

RGB8353116-
CMYK0.280.5400.55
HSL268.57º37.28%33.14%-
HSV(B)268.57º54.31%45.49%-
XYZ7.995.6517.19-
YUV69.15154.44137.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 116 (45.70% from 255) = 46.03%
R=32.94%
G=21.03%
B=46.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83531160.280.5400.55268.5737.2833.14
Hex5335741C3603710d2521
Octal1236516434660674154541
Binary10100111101011110100111001101100110111100001101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533574; }

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

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

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

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

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

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

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

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