#533071

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

Shades of Blue Diamond #533071

Tints of Blue Diamond #533071

Color information

#533071 (or 0x533071) is unknown color: approx Blue Diamond. HEX triplet: 53, 30 and 71. RGB value is (83,48,113). Sum of RGB (Red+Green+Blue) = 83+48+113=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #533071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533071 is #ACCF8E. Grayscale: #414141. Windows color (decimal): -11325327 or 7417939. OLE color: 7417939.

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

Color convert

RGB8348113-
CMYK0.270.5800.56
HSL272.31º40.37%31.57%-
HSV(B)272.31º57.52%44.31%-
XYZ7.65.1516.22-
YUV65.88154.6140.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=34.02%
G=19.67%
B=46.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83481130.270.5800.56272.3140.3731.57
Hex5330711B3A0381102820
Octal1236016133720704205040
Binary10100111100001110001110111110100111000100010000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533071; }

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

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

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

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

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

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

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

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