#533270

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

Shades of Blue Diamond #533270

Tints of Blue Diamond #533270

Color information

#533270 (or 0x533270) is unknown color: approx Blue Diamond. HEX triplet: 53, 32 and 70. RGB value is (83,50,112). Sum of RGB (Red+Green+Blue) = 83+50+112=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #533270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533270 is #ACCD8F. Grayscale: #424242. Windows color (decimal): -11324816 or 7352915. OLE color: 7352915.

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

Color convert

RGB8350112-
CMYK0.260.5500.56
HSL271.94º38.27%31.76%-
HSV(B)271.94º55.36%43.92%-
XYZ7.635.2915.95-
YUV66.94153.43139.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=33.88%
G=20.41%
B=45.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83501120.260.5500.56271.9438.2731.76
Hex5332701A370381102620
Octal1236216032670704204640
Binary10100111100101110000110101101110111000100010000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533270; }

 p { color: rgb(83,50,112); }

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

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

 a { background-color: rgb(83,50,112); }

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

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

 span { border-color: rgb(83,50,112); }

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