#533474

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

Shades of Blue Diamond #533474

Tints of Blue Diamond #533474

Color information

#533474 (or 0x533474) is unknown color: approx Blue Diamond. HEX triplet: 53, 34 and 74. RGB value is (83,52,116). Sum of RGB (Red+Green+Blue) = 83+52+116=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #533474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533474 is #ACCB8B. Grayscale: #444444. Windows color (decimal): -11324300 or 7615571. OLE color: 7615571.

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

Color convert

RGB8352116-
CMYK0.280.5500.55
HSL269.06º38.1%32.94%-
HSV(B)269.06º55.17%45.49%-
XYZ7.955.5617.18-
YUV68.56154.77138.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.07%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 116 (45.70% from 255) = 46.22%
R=33.07%
G=20.72%
B=46.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83521160.280.5500.55269.0638.132.94
Hex5334741C3703710d2621
Octal1236416434670674154641
Binary10100111101001110100111001101110110111100001101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533474; }

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

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

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

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

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

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

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

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