#533274

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

Shades of Blue Diamond #533274

Tints of Blue Diamond #533274

Color information

#533274 (or 0x533274) is unknown color: approx Blue Diamond. HEX triplet: 53, 32 and 74. RGB value is (83,50,116). Sum of RGB (Red+Green+Blue) = 83+50+116=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #533274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533274 is #ACCD8B. Grayscale: #434343. Windows color (decimal): -11324812 or 7615059. OLE color: 7615059.

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

Color convert

RGB8350116-
CMYK0.280.5700.55
HSL270º39.76%32.55%-
HSV(B)270º56.9%45.49%-
XYZ7.865.3817.15-
YUV67.39155.43139.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.33%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 116 (45.70% from 255) = 46.59%
R=33.33%
G=20.08%
B=46.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83501160.280.5700.5527039.7632.55
Hex5332741C3903710e2821
Octal1236216434710674165041
Binary10100111100101110100111001110010110111100001110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533274; }

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

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

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

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

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

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

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

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