#533A71

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

Shades of Blue Diamond #533A71

Tints of Blue Diamond #533A71

Color information

#533A71 (or 0x533A71) is unknown color: approx Blue Diamond. HEX triplet: 53, 3A and 71. RGB value is (83,58,113). Sum of RGB (Red+Green+Blue) = 83+58+113=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #533A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533A71 is #ACC58E. Grayscale: #474747. Windows color (decimal): -11322767 or 7420499. OLE color: 7420499.

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

Color convert

RGB8358113-
CMYK0.270.4900.56
HSL267.27º32.16%33.53%-
HSV(B)267.27º48.67%44.31%-
XYZ8.066.0616.37-
YUV71.74151.28136.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.68%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 113 (44.53% from 255) = 44.49%
R=32.68%
G=22.83%
B=44.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83581130.270.4900.56267.2732.1633.53
Hex533A711B3103810b2022
Octal1237216133610704134042
Binary10100111110101110001110111100010111000100001011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533A71; }

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

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

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

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

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

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

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

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