#533072

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

Shades of Blue Diamond #533072

Tints of Blue Diamond #533072

Color information

#533072 (or 0x533072) is unknown color: approx Blue Diamond. HEX triplet: 53, 30 and 72. RGB value is (83,48,114). Sum of RGB (Red+Green+Blue) = 83+48+114=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #533072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533072 is #ACCF8D. Grayscale: #414141. Windows color (decimal): -11325326 or 7483475. OLE color: 7483475.

HSL color Cylindrical-coordinate representation of color #533072: hue angle of 271.82º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #533072 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8348114-
CMYK0.270.5800.55
HSL271.82º40.74%31.76%-
HSV(B)271.82º57.89%44.71%-
XYZ7.665.1716.51-
YUV65.99155.1140.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=33.88%
G=19.59%
B=46.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83481140.270.5800.55271.8240.7431.76
Hex5330721B3A0371102920
Octal1236016233720674205140
Binary10100111100001110010110111110100110111100010000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533072; }

 p { color: rgb(83,48,114); }

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

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

 a { background-color: rgb(83,48,114); }

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

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

 span { border-color: rgb(83,48,114); }

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